Re: [R] question concerning VGAM

2010-07-05 Thread Martin Maechler
> "" == Martin Spindler > on Mon, 5 Jul 2010 07:48:42 +0200 writes: > Hello everyone, > using the VGAM package and the following code > library(VGAM) > bp1 <- vglm(cbind(daten$anzahl_b, daten$deckung_b) ~ ., binom2.rho, > data=daten1) > summary(bp1)

[R] question concerning VGAM

2010-07-04 Thread Martin Spindler
Hello everyone, using the VGAM package and the following code library(VGAM) bp1 <- vglm(cbind(daten$anzahl_b, daten$deckung_b) ~ ., binom2.rho, data=daten1) summary(bp1) coef(bp1, matrix=TRUE) produced this error message: error in object$coefficients : $ operator not defined for