Description Usage Arguments Value Examples
View source: R/summary_cmfactorfit.R
Summary method for cyclomort factorial fit
1 2 |
object |
a |
... |
(not implemented) |
coefs |
whether or not to report the individual summaries of each model component along with the statistical test results |
a table comparing log-likelihood and AIC between null and multi-factor model, and a p-value from likelihood ratio test, optionally combined with the individual model summaries.
1 2 3 4 5 6 7 | # fit factorial model
data(seasonalsex)
seasonalsex.factorfit <- factorfit_cyclomort(event ~ sex, data = seasonalsex, n.seasons = 1)
# summary
summary(seasonalsex.factorfit, coefs = TRUE)
plot(seasonalsex.factorfit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.