Displaying 2 results from an estimated 2 matches for "posbinomial".
Did you mean:
polinomial
2012 Jan 10
1
S4 summary method not being called (VGAM)
..."package:base"
> print( load( "nf1.rda")) # which should implicitly load VGAM, but not attach it
[1] "nf1"
> search()
# ...snipped. No explicit VGAM
> loadedNamespaces()
# ...snipped. VGAM is there at the end.
> nf1
Call:
vglm(formula = form, family = posbinomial, data = data, trace = TRUE)
Coefficients:
# ...snipped. The print() or show() or whatever method seems to get called OK
> summary( nf1)
Length Class Mode
1 vglm S4
# Hmmm... default method is being called, that's wrong. Try explicitly attaching 'VGAM':
> librar...
2006 Oct 27
0
VGAM package released on CRAN
...on Family Function
pareto1 Pareto and Truncated Pareto Distribution Family
Functions
paretoIV Pareto(IV/III/II) Distribution Family Functions
persp.qrrvglm Perspective plot for QRR-VGLMs
poissonff Poisson Family Function
posbinomial Positive Binomial Distribution Family Function
posnegbinomial Positive Negative Binomial Distribution Family
Function
posnormal1 Positive Normal Distribution Family Function
pospoisson Positive Poisson Distribution Family Functi...