[R] composition of layouts

2009-04-15 Thread per243
I have 3 layouts differents each others and I need make a layout with these 3 layouts, someone can me help??? -- View this message in context: http://www.nabble.com/composition-of-layouts-tp23057309p23057309.html Sent from the R help mailing list archive at Nabble.com. _

[R] cross-validation

2009-03-24 Thread per243
I have reviewed all the scripts that appear http://cran.es.r-project.org/ and I cann“t find any suitable for cross-validation with a model of the form y = aX^(b). exp(cZ). Please can someone help me? Thanks, a lot of!! -- View this message in context: http://www.nabble.com/cross-validation-tp226

[R] BOOTSTRAP_CROSS VALIDATION

2009-03-15 Thread per243
I need a script that works for Bootstrap validation. Could someone explain me when should I use the Bootstrap technical or Jackknife? Thanks -- View this message in context: http://www.nabble.com/BOOTSTRAP_CROSS-VALIDATION-tp22529500p22529500.html Sent from the R help mailing list archive at

Re: [R] Statistics

2009-03-06 Thread per243
that statistic would be appropriate for non-linear regression?. know how I can calculate the VIF for a linear model?. per243 wrote: > > How can a non-linear regression to calculate the statistical R-square, > R-square adjusted, RMSE, VIF?? > Thanks > jose > -- View this

[R] Variance inflation factors (VIF)

2009-03-05 Thread per243
I have the following script, how can I implement to achieve that calculate the VIF. Thanks. U1.7km<-c(15:24) R<-c(1.2,0.2,3.6,2.5,4.8,6.3,2.3,4.1,7.2,6.1) Hm<-c(1:10) mod<-nls(R~a*(U1.7km^b)*(Hm^c), start=list(a=2.031, b=0.800, c=-0.255), trace=T) summary(mod) coef(mod) coef(summary(mod)) -- V

[R] Statistics

2009-03-05 Thread per243
How can a non-linear regression to calculate the statistical R-square, R-square adjusted, RMSE, VIF?? Thanks jose -- View this message in context: http://www.nabble.com/Statistics-tp22364717p22364717.html Sent from the R help mailing list archive at Nabble.com.