est_PC_act: Prediction of wMuC_act and wSigmaC_act, i.e on edr10_act

Description Usage Arguments Value Examples

Description

Prediction of wMuC_act and wSigmaC_act, i.e on edr10_act

Usage

1
est_PC_act(edr10_act, var_grp)

Arguments

edr10_act

A dataframe containing the ACT edr10

var_group

A variable of regroupement as "Class" or "Phylum"

Value

a dataframe

Examples

1
2
3
4
5
6
7
8
library(ACTR)
data(cipr)
ciprKP <- subset_data(cipr, Class,6)
PAC_obs <- est_PAC(ciprKP,Class)
PC_pred <- predict_PC(PAC_obs,bm_mu, bm_sigma)
PAC_gen <- cbind(PA_obs,PC_pred[,-1] )
edr10_act <- gen_edr10(PAC_gen,ciprKP.ac)
PC_act <- est_PC_act(edr10_act,Class)

cdv04/ACTR documentation built on May 13, 2019, 2:42 p.m.