doTest: Apply a hypothesis test to a fitted model.

View source: R/doTest.R

doTestR Documentation

Apply a hypothesis test to a fitted model.

Description

This is normally an internal function, but it can be overloaded to extend simr to other packages.

Usage

doTest(object, test, ...)

Arguments

object

an object to apply a statistical test to, usually a fitted model.

test

a test function, see tests.

...

additional options.

Value

a p-value with attributes describing the test.


simr documentation built on April 14, 2023, 12:24 a.m.