hypothesise: Linear Hypothesis Testing in HT manner using Dplyr

Description Usage Arguments Examples

Description

Linear Hypothesis Testing in HT manner using Dplyr

Usage

1
2
hypothesise(lmdata, formula, cont.matrix, weights.col = NA, variable = NA,
  verbose = FALSE)

Arguments

formula

Formula for linear model in the form of "Values~0+Group"

cont.matrix

Contrast matrix with dummy variables.

weights.col

Column with weights for observations. Default: NA

variable

Name of the column with variables to print. Default: NA

verbose

Print dataset completeness

lmshape

Table containing samples in rows and variables in columns

Examples

1
hypothesise2()

PNorvaisas/PFun documentation built on May 20, 2019, 4:13 p.m.