Re: [R] random sample set for regression

2018-01-25 Thread Rui Barradas
Hello, Can you please post the output of dput(all) # if all is small dput(head(all, 30)) # if all is big in a mail? Hope this helps, Rui Barradas On 1/24/2018 4:28 PM, Francisca R. Souza Pereira wrote: Hi, I'm not a programmer, so I have a question about R functions, I run the Random Fo

[R] random sample set for regression

2018-01-24 Thread Francisca R. Souza Pereira
Hi, I'm not a programmer, so I have a question about R functions, I run the Random Forest regression models, but I would like to run the random forest model 1000 times with different random sample set. to check the uncertainty of the regression model estimates. exemple of data: ##