Description Usage Arguments Value
apply_prm
applied panel regression model to new data
1 2 3 4 5 6 | apply_prm(dat, reg, CatchLags = 4, LifeHistoryVars = c("MaxLength",
"AgeMat", "VonBertK", "Temp", "SpeciesCat", "SpeciesCatName", "b_to_k_ratio"),
IdVar = "IdOrig", CatchVariables = c("YearsBack", "ScaledCatch",
paste("ScaledCatch", 1:CatchLags, "Back", sep = ""), "MaxCatch",
"TimeToMaxCatch", "InitialScaledCatchSlope", "MeanScaledCatch",
"CatchToRollingMax"), min_catch_years = 10)
|
dat |
data frame |
reg |
the regression model being used |
CatchLags |
number of years of catch lags |
LifeHistoryVars |
life history variables needed |
IdVar |
the variable marking id |
CatchVariables |
catch related variables |
min_catch_years |
minimum number of catch years |
data with PRM predicted log BvBmsy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.