coerce_parm: Coerce parameters in RCOX models.

coerce_parmR 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


hojsgaard/gRc documentation built on March 28, 2024, 7:31 a.m.