R/cccvc.R

Defines functions cccvc

Documented in cccvc

cccvc<-
function(dataset,ry,rind,rmet,covar=NULL,int=FALSE,cl=0.95,control.lme=list()){
if (int==TRUE)cccvc2(dataset,ry,rind,rmet,covar,cl,control.lme=list()) 
  else cccvc1(dataset,ry,rind,rmet,covar,cl,control.lme=list())}

Try the cccrm package in your browser

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

cccrm documentation built on Oct. 26, 2023, 5:09 p.m.