MixedModelsSim.jl
MixedModelsSim.jl copied to clipboard
creating theta for zerocorr models
A few options
- more documentation on how to do this directly (since theta is just the scaled standard deviations)
- add in automatic conversion (with error checking) into
update! - create zerocorr variants of
create_re
I think (2) is the best given the current structuring of the package. If we added a create_theta method, it's less ideal because that method either needs the model as an argument or we need the RE covariance matrices to already be zerocorr'd.