make_eof_ram | R Documentation |
make_eof_ram
converts SEM arrow notation to ram
describing SEM parameters
make_eof_ram(
times,
variables,
n_eof,
remove_na = TRUE,
standard_deviations = "unequal"
)
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 |
A reticular action module (RAM) describing dependencies
# Two EOFs for two variables
make_eof_ram( times = 2010:2020, variables = c("pollock","cod"), n_eof=2 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.