parm-conversion {gRim} | R Documentation |
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)
Arguments
parms |
Parameters of a mixed interaction model |
type |
Output parameter type; either "ghk" or "pms". |
SS |
List of moment parameters. |
Value
Parameters of a mixed interaction model.
Author(s)
Søren Højsgaard, sorenh@math.aau.dk
[Package gRim version 0.3.3 Index]