cof2parms {dwp} | R Documentation |
Convert GLM Coefficients into Named Distribution Parameters
Description
Convert GLM Coefficients into Named Distribution Parameters
Usage
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, ...)
Arguments
x |
object (vector or matrix of parameters, dd, or glm)
with named glm parameters ( |
... |
ignored |
distr |
name of the distribution |
Value
matrix of parameters
[Package dwp version 1.1 Index]