LP_AICc | R Documentation |
This will take a series of LP fits and computes the usual AICc table and model weights
LP_AICc(...)
... |
Series of LP fits |
An data frame with an AICc table and model weights etc
data(data_rodli)
mt <- Petersen::LP_fit(data=data_rodli, p_model=~..time)
m0 <- Petersen::LP_fit(data=data_rodli, p_model=~1)
Petersen::LP_AICc(m0,mt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.