cv: Crossvalidate linear model

View source: R/fitModel.R

cvR Documentation

Crossvalidate linear model

Description

Crossvalidation, using features as dependent and the variable of interest as independent variables. Allows for adjustment of covariates

Usage

cv(obj, frm = NULL, ...)

Arguments

obj

fitModel instance

frm

right side of the model formula as character (e.g. "~COVAR1+VAR")


mknoll/dataAnalysisMisc documentation built on Feb. 4, 2024, 8:16 a.m.