Re: [R] Code seems OK (no warnings, no error messages) but no results

2020-03-18 Thread varin sacha via R-help
Dear R Experts, So I managed to get the first part of my R code to work with one error message but R still gives me the result I am looking for. Now I'm trying to calculate the bootstrap confidence interval around the "MSE_fastMM" value. The end of my code after mean(my.data) does not work

Re: [R] Code seems OK (no warnings, no error messages) but no results

2020-03-18 Thread peter dalgaard
The double curlies in > my.experiment <- function() {{ look suspicious. -pd > On 16 Mar 2020, at 22:08 , varin sacha via R-help > wrote: > > Good afternoon, > > Here below my reproducible R code. I don't get any results. I am looking for > MSE_fastMM value and the bootstrap CIs around

[R] Code seems OK (no warnings, no error messages) but no results

2020-03-16 Thread varin sacha via R-help
Good afternoon, Here below my reproducible R code. I don't get any results. I am looking for MSE_fastMM value and the bootstrap CIs around MSE_fastMM value. How can I finish/correct my R code to get the results ? Many thanks for your help. install.packages(