Skip to content
Prev 11789 / 20628 Next

Power Analysis for Linear Mixed Model with Covariates

On 2014-04-18, 6:21 PM, Gerasimos Fergadiotis wrote:
You need to specify the residual scale parameter, sigma.  So that would 
be something like:

newparams = list(theta = theta, beta = beta, sigma = 1))

Also, I _think_ you need to also include a response variable in your 
newdata.

Cheers,
Steve