spatq_simstudyspec: Simulation study specification

View source: R/studyspec.R

spatq_simstudyspecR Documentation

Simulation study specification

Description

Specification of a single simulation study fit.

Usage

spatq_simstudyspec(s, ...)

new_spatq_simstudyspec(
  study,
  repl,
  opmod,
  estmod,
  sub_df = NULL,
  estd = NULL,
  root_dir = "."
)

Arguments

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

Value

The same list, but with class spatq_simstudyspec. Only checks that all elements are non-NULL.

Functions

  • new_spatq_simstudyspec: New simstudyspec

Author(s)

John K Best


jkbest2/spatq documentation built on Sept. 22, 2022, 3:22 a.m.