Param.Type {semEff}R Documentation

Parameter Types

Description

Functions to determine the presence/absence of certain model parameter types using their names. Intended largely for convenience and internal use.

Usage

isInt(x)

isInx(x)

isPhi(x)

isR2(x)

isRaw(x)

Arguments

x

A character vector of parameter names (e.g. names of coefficients from coef() or stdEff()).

Value

A logical vector of the same length as x.

Functions


[Package semEff version 0.7.2 Index]