Hi David, Perfect I got it now. One last precision, if I want to get the MSE value how can I get it ? Le samedi 21 mars 2020 ? 20:26:37 UTC+1, David Winsemius <dwinsemius at comcast.net> a ?crit : On 3/21/20 12:18 PM, varin sacha wrote:>?? mean((d[["y_obs "]] - ypred)^2)
On 3/21/20 12:56 PM, varin sacha wrote:> Hi David, > > Perfect I got it now. One last precision, if I want to get the MSE value how can I get it ?If I understand your question, it is answered in the help page: help(boot,pack=boot) # See the "Value" section ?str(results) # List of 11 # $ t0?????? : num 0.0335 # $ t??????? : num [1:500, 1] 0.0424 0.0334 0.0289 0.0224 0.0369 ... Snipped rest of output. -- David> > > > > > > > Le samedi 21 mars 2020 ? 20:26:37 UTC+1, David Winsemius <dwinsemius at comcast.net> a ?crit : > > > > > > > > > > On 3/21/20 12:18 PM, varin sacha wrote: > > >> ?? mean((d[["y_obs "]] - ypred)^2)
David, Great... exactly what I was looking for... Many thanks. Le samedi 21 mars 2020 ? 21:12:31 UTC+1, David Winsemius <dwinsemius at comcast.net> a ?crit : On 3/21/20 12:56 PM, varin sacha wrote:> Hi David, > > Perfect I got it now. One last precision, if I want to get the MSE value how can I get it ?If I understand your question, it is answered in the help page: help(boot,pack=boot) # See the "Value" section ?str(results) # List of 11 # $ t0?????? : num 0.0335 # $ t??????? : num [1:500, 1] 0.0424 0.0334 0.0289 0.0224 0.0369 ... Snipped rest of output. -- David> > > > > > > > Le samedi 21 mars 2020 ? 20:26:37 UTC+1, David Winsemius <dwinsemius at comcast.net> a ?crit : > > > > > > > > > > On 3/21/20 12:18 PM, varin sacha wrote: > > >>? ?? mean((d[["y_obs "]] - ypred)^2)