Learn R Programming

gRim (version 0.3.4)

parm-conversion: Conversion between different parametrizations of mixed models

Description

Functions to convert between canonical parametrization (g,h,K), moment parametrization (p,m,S) and mixed parametrization (p,h,K).

Usage

parm_pms2ghk(parms)

parm_ghk2pms(parms)

parm_pms2phk(parms)

parm_phk2ghk(parms)

parm_phk2pms(parms)

parm_ghk2phk(parms)

parm_CGstats2mmod(parms, type = "ghk")

parm_moment2pms(SS)

Value

Parameters of a mixed interaction model.

Arguments

parms

Parameters of a mixed interaction model

type

Output parameter type; either "ghk" or "pms".

SS

List of moment parameters.

Author

Søren Højsgaard, sorenh@math.aau.dk