semEff (version 0.3.0)

Param.Type: 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)

isR2(x)

Arguments

x

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

Value

A logical vector of the same length as x.

Functions

  • isInt: Is parameter an intercept?

  • isInx: Is parameter a variable interaction (product term)?

  • isR2: Is parameter an R-squared value?