Description Usage Arguments Value See Also Examples
Returns the extrabinvar
slot.
1 2 | ## S4 method for signature 'binomialmodelmoments'
getExtrabinvar(object)
|
object |
An |
The extrabinvar
slot of the object
.
modelmoments for the base class for model moments
modelmoments()
for the constructor of the modelmoments
class family
1 2 3 4 | f_model <- model("binomial", par=list(p=c(0.3, 0.5)),
weight=matrix(c(0.3, 0.7), nrow=1))
f_moments <- modelmoments(f_model)
getExtrabinvar(f_moments)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.