LP_AICc {Petersen} | R Documentation |
Create an AIC table comparing multiple LP fits
Description
This will take a series of LP fits and computes the usual AICc table and model weights
Usage
LP_AICc(...)
Arguments
... |
Series of LP fits |
Value
An data frame with an AICc table and model weights etc
Examples
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)
[Package Petersen version 2024.6.1 Index]