R/ram.R
mutheta.Rd
Model-implied mean vector \(\boldsymbol{\mu} \left( \boldsymbol{\theta} \right)\) from parameters of a \(k\)-variable linear regression model.
mutheta(beta, muX)
beta | Numeric vector of length |
---|---|
muX | Numeric vector of length |
Returns the model-implied mean vector
\(\boldsymbol{\mu} \left( \boldsymbol{\theta} \right)\).
Note that the first item corresponds to the expected value of y
.
The rest of the items correspond to muX
.
The following are the parameters of a linear regression model for the mean structure
\(\boldsymbol{\beta}\) is the \(k \times 1\) column vector of regression coefficients, and
\(\boldsymbol{\mu}_{\mathbf{X}}\) is the \(p \times 1\) column vector of means of the regressors \({X}_{2}, {X}_{3}, \cdots, {X}_{k}\) .
Other model-implied functions:
Sigmatheta()
Ivan Jacob Agaloos Pesigan
#> [,1] #> [1,] 3.239997 #> [2,] 70.180000 #> [3,] 3.060000