spatq_simstudyspec | R Documentation |
Specification of a single simulation study fit.
spatq_simstudyspec(s, ...) new_spatq_simstudyspec( study, repl, opmod, estmod, sub_df = NULL, estd = NULL, root_dir = "." )
s |
list of spec components (arguments listed below) or study name |
... |
Rest of the spec components if s is study name |
study |
Simulation study name |
repl |
Replicate number |
opmod |
Operating model number |
estmod |
Estimation model name |
sub_df |
Data subsetting data frame |
estd |
Parameter estimation specification |
root_dir |
Root directory |
The same list, but with class spatq_simstudyspec
. Only checks
that all elements are non-NULL
.
new_spatq_simstudyspec
: New simstudyspec
John K Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.