Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

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

  • isInt: Is parameter an intercept?

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

  • isPhi: Is parameter a beta regression precision coefficient?

  • isR2: Is parameter an R-squared value?

  • isRaw: Is parameter a raw (unstandardised) coefficient?


semEff

Automatic Calculation of Effects for Piecewise Structural Equation Models

v0.5.0
GPL-3
Authors
Mark Murphy [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.