R/gen.partsList.R

Defines functions gen.partsList

# main function to set up parts for the single cov groups
gen.partsList<-function(nobj,cList,ENV)
{
      g.part<-NULL

      # generate the elements (parts) for each Cov group
      g.part<-c(g.part,lapply(cList, covpart, nobj, ENV))

      g.part
}

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.