getCovType: Get Covariate Type

Description Usage Arguments

View source: R/getCovType.R

Description

Given the output of msomData, get the type of covariates (constant or mean of random variable, or sd of random variable).

Usage

1
2
getCovType(staticDataUV, staticDataUV_sd, UV = c("U", "V"),
  type = c("constant", "mu", "sd"))

Arguments

staticDataUV

the output of msomData, containing at least U or V element

staticDataUV_sd

the output of msomData, containing at least U or V element, where the covariates have the "_sd" suffix attached to their names, and these covariates correspond to similarly named (sans-suffix) elements of U and V in staticDataUV

UV

character of length 1, indicating whether to treat

type

type of covariate to find


rBatt/trawlDiversity documentation built on Aug. 14, 2021, 1:01 p.m.