Param.Type | R Documentation |
Functions to determine the presence/absence of certain model parameter types using their names. Intended largely for convenience and internal use.
isInt(x)
isInx(x)
isPhi(x)
isR2(x)
isRaw(x)
x |
A character vector of parameter names (e.g. names of coefficients
from |
A logical vector of the same length as x
.
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?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.