adjCIs2: adjusted 95 percent CIs for TWO parameters of this project

Description Usage Examples

View source: R/adjCIs2.R

Description

Prints 'To show the adjusted 95 percent CIs for a and b'.

Usage

1
adjCIs2 = 4*confint(fit, level = 0.95)[,2]/sum(confint(fit, level = 0.95)[,2])

Examples

1
2
3
4
5
## mlfit1 = lm(exp.C_value ~ 0 + exp.A_value + exp.B_value) is the multiple linear regression model
## to solve a and b, and get a 95 percent CIs for a and b

## construct the 95 percent CIs for the case when a=3? and b=1?
## 4*confint(mlfit1, level = 0.95)[,2]/sum(confint(mlfit1, level = 0.95)[,2])

wangbokai/bokaiw3 documentation built on May 4, 2019, 12:57 a.m.