Hello,
In your reproducible example you forget to define 'data'.
You should also
set.seed()
The following works.
data <- data.frame(a, x, z, y_obs)
boot.ci.type <- c("norm","basic", "perc")
mse_gam <- function(data,i) {
boot.gam <- gam(y_obs~s(x)+s(z)+s(a),data=data[i,])
mean(boot.gam$r
Hi everyone,
I am using R-3.6.0 on CentOS 7.7. I got the following error message when I
typed �curl::curl_download(url,tempfile())�:
Error in new_handle() : An unknown option was passed in to libcurl
Because of this error, I cannot use devtools::install_github. The version of
curl is the one t
Dear R-experts,
Below the reproducible example. I have tried to write a function that returns
the statistic of interest (MSE in my case). I have run boot( ) where the
function is included in the statistic argument. I have run boot.ci with the
result from boot( ). I guess the error comes from th
On Tue, 24 Sep 2019 22:35:39 +
"Caughman, Vanessa (OATH)" wrote:
> Does this application require any access, on the backend, when
> processing or performing analytics; to any parts of the Cloud
> environment.
The answer is: no, but see the fine print.
Core R code (i.e. the one you can get b
Dear R users/developers,
while ploughing through "An Introduction to R" [1], I found the
expression "static scope" (in contraposition to "lexical scope").
I was a bit puzzled by the difference (since e.g. Wikipedia conflates the
two) until I found this document [2].
Maybe the Introduction should
Good Evening All,
A unit in my agency - The Office of Administrative Trials and Hearings - is
requesting R programming software be made accessible within our network.
Because it is an Open Source application, our Cyber Security group has asked
for the following information, about the applicatio
Hello,
I am looking for some suggestions as far as packages for doing
multilevel multinomial regression analysis.
Most appreciated.
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE
7 matches
Mail list logo