1
Is there a function that performs GLM with the multivariate normal probability distribution function?
The way to write the formula will be equal function glm(), i.e. y~.
, or it will have some particularity?
1
Is there a function that performs GLM with the multivariate normal probability distribution function?
The way to write the formula will be equal function glm(), i.e. y~.
, or it will have some particularity?
Browser other questions tagged r
You are not signed in. Login or sign up in order to post.
you say when your
y
is multivariate?– Daniel Falbel
I thought there might be something similar to the zeroinfl function (Package ?pscl') where one writes
zeroinfl(y ~ . | .)
. In the case of the multivariate normal each mi would have its own formula.– Márcio Mocellin