coerce_parm {gRc} | R Documentation |
Coerce parameters in RCOX models.
Description
Coerce parameters in RCOX models. These functions should not be called directly by the user.
Usage
theta2K(object, theta, scale = "original")
K2theta(object, K, scale = "original")
## S3 method for class 'rcon'
theta2K(object, theta, scale = "original")
## S3 method for class 'rcor'
theta2K(object, theta, scale = "original")
## S3 method for class 'rcon'
K2theta(object, K, scale = "original")
## S3 method for class 'rcor'
K2theta(object, K, scale = "original")
Arguments
object |
Model object. |
theta |
Parameter. |
scale |
On which scales are the parameters computed. |
K |
Concentration matrix. |
Author(s)
Søren Højsgaard, sorenh@math.aau.dk
[Package gRc version 0.5.0 Index]