parameters | R Documentation |
A function to extract non-eliminated parameters from a "gnm"
object, including parameters that were constrained.
parameters(object)
object |
an object of class |
parameters
acts like coefficients
except that for
constrained parameters, the value at which the parameter was
constrained is returned instead of NA
.
A vector of parameters.
Heather Turner
coefficients
, gnm
RChomog <- gnm(Freq ~ origin + destination + Diag(origin, destination) +
MultHomog(origin, destination), family = poisson,
data = occupationalStatus, ofInterest = "MultHomog",
constrain = "MultHomog.*1")
coefficients(RChomog)
parameters(RChomog)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.