MCMCglmm (version 2.28)

path: Design Matrix for Path Analyses

Description

Forms design matrix for path analyses that involve paths within residual blocks

Usage

path(cause=NULL, effect=NULL, k)

Arguments

cause

integer; index of predictor `trait' within residual block

effect

integer; index of response `trait' within residual block

k

integer; dimension of residual block

Value

design matrix

See Also

sir

Examples

Run this code
# NOT RUN {
path(1, 2,2)
# }

Run the code above in your browser using DataLab