Re: [R] 95% bootstrap CIs

2019-09-25 Thread Rui Barradas
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

[R] curl package new_handle() error on Centos7

2019-09-25 Thread WU Degang
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

Re: [R] 95% bootstrap CIs

2019-09-25 Thread varin sacha via R-help
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

Re: [R] Requesting Assistance with a Backend Question

2019-09-25 Thread Ivan Krylov
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

[R] static vs. lexical scope

2019-09-25 Thread Francesco Ariis
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

[R] Requesting Assistance with a Backend Question

2019-09-25 Thread Caughman, Vanessa (OATH)
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

[R] Multilevel multinomial analysis

2019-09-25 Thread Lubo Larsson
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