search for: pst_0

Displaying 1 result from an estimated 1 matches for "pst_0".

Did you mean: dst_0
2011 May 17
0
Help fit 5 nonlinear models. - Plant growth curves
...,1],median, na.rm=TRUE)) colnames(PSB_0)=c("ddt","reg") #PSA PSA0=subset(d,d$TRAT==f[1],select=c(1,REG[11])) PSA_0=data.frame(dia,tapply(PSA0[,2],PSA0[,1],median, na.rm=TRUE)) colnames(PSA_0)=c("ddt","reg") #PST PST0=subset(d,d$TRAT==f[1],select=c(1,REG[12])) PST_0=data.frame(dia,tapply(PST0[,2],PST0[,1],median, na.rm=TRUE)) colnames(PST_0)=c("ddt","reg") For example, i show the converge error for each variable for fitting logistic model. In some cases, apparently the model works but it doesnt show the number of iterations. Also, i put lo...