R/covpart.R

Defines functions covpart

covpart<-function(obj,nobj,ENV)
{
     # splits the data in actual covgroup into NA groups
     blList<-splitData(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 Sept. 30, 2023, 5:06 p.m.