CVlm: Leave one-subject cross-validation score for local linear fit

Description Usage Arguments

Description

Leave one-subject cross-validation score for local linear fit

Usage

1
CVlm(Xvec, Yvec, bw, ID, Wt)

Arguments

Xvec, Yvec

numeric vectors of data values, Xvec and Yvec must have the same length.

bw

a bandwidth of the Epanechnikov kernel

ID

subject ID of the data value

Wt

a weight vector, may be subject-specific. a weight vector or a constant. For longitudinal data, Wt=1/N corresponds to measurement uniform weight and Wt=1/(nni) corresponds subject uniform weight.


npmlda documentation built on May 2, 2019, 12:54 a.m.

Related to CVlm in npmlda...