correl {seedreg} | R Documentation |
Correlation between the logistical model and the traditional model
correl(seeds)
seeds |
Object returned in the seeds function |
Returns correlation graphs between parameters calculated by traditional methods and by logistic regression
data("substrate")
a=seeds(substrate[,c(3:18)],
trat = substrate$Trat,
nrep = 4,
time = 1:16)
correl(a)