get_pred: Extract predictions vectors of an object returned by...

Description Usage Arguments Value Examples

Description

Takes an object returned by clmm.CV and returns a matrix of predicted values from every model. Every columns represents the prediction vector of one model

Usage

1
get_pred(mod)

Arguments

mod

List returned by clmm.CV

Value

Matrix of prediction vectors in columns

Examples

1
# see example of clmm.CV

cgenpp documentation built on May 2, 2019, 5:56 p.m.

Related to get_pred in cgenpp...