R/covpart3.R

Defines functions covpart3

covpart3<-function(obj,nobj,ENV)
{
     # splits the data in actual covgroup into NA groups
     blList<-splitData3(obj,nobj,ENV)

     # adds covariate information to actual cov group
     blList<-c(blList,obj[2])
     blList
}

Try the prefmod package in your browser

Any scripts or data that you put into this service are public.

prefmod documentation built on June 11, 2022, 3 p.m.