View source: R/correl_function.R
correl | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.