Displaying 1 result from an estimated 1 matches for "gamlssnonlinear".
2009 Nov 24
0
can't use function vcov with a GAMLSS object??
...p me out by explaining how
I can find the covariance matrix equivalent without using vcov?
The code and error messages I got for vcov are as follows.
> vcov(paper_size_type_income)
The following object(s) are masked _by_ .GlobalEnv :
child id paper
Error in gamlssNonLinear(family = RG, data = paper3, y = paper, mu.formula =
paper ~ :
NAs in y - use na.omit()
I then try using na.omit and I get a different error message (even though
there are no NA''s in the data set, I checked using table(paper3$paper,
exclude=NULL))
> temp <- gamlss(na.omit...