hoCoef: t-Tests for Class lm Objects

View source: R/estimation_functions.R

hoCoefR Documentation

t-Tests for Class lm Objects

Description

This function performs t-Tests for class lm objects .

Usage

hoCoef(object, term = 2, bo = 0, alt = c("two.sided", "less", "greater"))

Arguments

object

Model.

term

Order of the parameter in the model.

bo

Alternative hypothesis value.

alt

Alternative hypothesis type.

Value

A t-test result table.

Author(s)

Omer Kara

References

The hoCoef function is taken directly from the FSA package (version 0.8.32). For more information see here.

Examples

## Not run: 
hoCoef(your.model, term = 2, bo = 0, alt = "two.sided") ## Do not run.
hoCoef(your.model, term = 2, bo = -1, alt = "less") ## Do not run.
hoCoef(your.model, term = 4, bo = 3, alt = "greater") ## Do not run.

## End(Not run)


omerkara/okara documentation built on Nov. 21, 2023, 7:56 p.m.