make_eof_ram {tinyVAST} | R Documentation |
Make a RAM (Reticular Action Model)
Description
make_eof_ram
converts SEM arrow notation to ram
describing SEM parameters
Usage
make_eof_ram(
times,
variables,
n_eof,
remove_na = TRUE,
standard_deviations = "unequal"
)
Arguments
times |
A character vector listing the set of times in order |
variables |
A character vector listing the set of variables |
n_eof |
Number of EOF modes of variability to estimate |
remove_na |
Boolean indicating whether to remove NA values from RAM (default) or not.
|
standard_deviations |
One of |
Value
A reticular action module (RAM) describing dependencies
Examples
# Two EOFs for two variables
make_eof_ram( times = 2010:2020, variables = c("pollock","cod"), n_eof=2 )
[Package tinyVAST version 1.1.1 Index]