set_hypothesis: Add a hypothesis to a blm model

Description Usage Arguments Details Value See Also

View source: R/generics.R

Description

To evaluate informative hypotheses, users may add these using this function. See details for more information.

Usage

1
set_hypothesis(x, name, hypothesis_user)

Arguments

x

a blm object

name

name for the hypothesis (e.g. 'H1')

hypothesis_user

a hypothesis.

Details

This function accepts two kind of hypotheses. The first are 'simple' or single hypotheses, such as:

The second kind are 'complex' or 'multiple' hypotheses which are chained with '&' (AND). Examples are:

Value

a blm object with a new or updated 'hypotheses' object

See Also

cite Hoitink


JasperHG90/blm documentation built on Sept. 4, 2019, 11:16 a.m.