Description Usage Arguments Value Examples
getrmse calculates the rmse of the input invar series (defaults to 'cpue') against an input 'year' time series. This is primarily designed to generate a more feasible estimate of the intrinsic variability of a cpue time-series that may be obtained from a cpue standardization
1 | getrmse(indat, invar = "cpue", inyr = "year")
|
indat |
the matrix, spmdat, or data.frame containing both a 'year' column and an invar column (default to 'cpue') |
invar |
the column whose rmse is wanted; defaults to 'cpue' |
inyr |
the column that points to the year name |
a list of the rmse and the loess predicted values of the invar for each year in the time-series
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.