powered by
This function takes a variable from the phenotype matrix for example, diet treatment or sex and converts it to a covariate.
pheno2covar(data_obj, pheno_which)
a Cape object
Cape
vector of trait names to be used as covariates
Returns the data object with the specified traits removed from the phenotype matrix and transferred where they will be used as covariates. Information about assigned covariates can be retrieved with get_covar.
get_covar
# NOT RUN { #convert weight to a covariate data_obj <- pheno2covar(data_obj, "weight") # }
Run the code above in your browser using DataLab