t_test_coef: Conduct t-test for coefficients of a model

Description Usage Arguments Value Examples

View source: R/coef_tests.R

Description

Conduct t-test for coefficients of a model

Usage

1
t_test_coef(x, par1, par2)

Arguments

x

A model.

par1

Numeric or character. Name or position of the first parameter.

par2

Numeric or character. Name or position of the second parameter.

Value

Named vector.

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

cjvanlissa/motley documentation built on Sept. 23, 2019, 7:39 p.m.