cof2parms | R Documentation |
Convert GLM Coefficients into Named Distribution Parameters
cof2parms(x, ...)
## S3 method for class 'matrix'
cof2parms(x, distr, ...)
## S3 method for class 'numeric'
cof2parms(x, distr, ...)
## S3 method for class 'dd'
cof2parms(x, ...)
## S3 method for class 'matrix'
parms2cof(x, distr, ...)
x |
object (vector or matrix of parameters, dd, or glm)
with named glm parameters ( |
... |
ignored |
distr |
name of the distribution |
matrix of parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.