Here is an example given from
?yags

library(methods)
data(stackloss)
Y1 <- yags(stack.loss~Air.Flow,id=1:21, data=stackloss)


How can I access parts of the output.

I tried:

> str(Y1)
Formal class 'yagsResult' [package "yags"] with 25 slots
  ..@ coefficients     : num [1:2] -44.13   1.02
  ..@ coefnames        : chr(0)

> Y1$coefnames
Error in Y1$coefnames : $ operator not defined for this S4 class

Thanks,

Juliet

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to