sd_res_reg: Return standard deviation of residuals of the best models (1...

Description Usage Arguments Value Examples

Description

Return standard deviation of residuals of the best models (1 for Mu, 1 for Sigma) applied on observed data

Usage

1
sd_res_reg(PAC_obs, form_mu, form_sigma)

Arguments

PAC_obs

dataframe containing the observed acute and chronic weighted parameters

form_mu

Formula of the best model selected to predict muC_act

form_sigma

Formula of the best model selected to predict SigmaC_act

Value

a list with the residuals standrd deviation of the best model applied on observed data

Examples

1
2
3
4
5
library(ACTR)
data(cipr)
ciprKP <- subset_data(cipr, Class,6)
PAC_obs <- est_PAC(ciprKP,Class)
sd_res <- sd_res_reg (PAC_obs,bm_mu, bm_sigma)

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