Learn R Programming

momentfit (version 0.5)

hypothesisTest-class: Class "hypothesisTest"

Description

A class to store results form an hypothesis test.

Arguments

Objects from the Class

Objects can be created by calls of the form new("hypothesisTest", ...). It is created by hypothesisTest.

Slots

test:

Object of class "numeric" ~~

hypothesis:

Object of class "character" ~~

dist:

Object of class "character" ~~

df:

Object of class "integer" ~~

pvalue:

Object of class "numeric" ~~

type:

Object of class "character" ~~

Methods

print

signature(x = "hypothesisTest"): ...

show

signature(object = "hypothesisTest"): ...

Examples

Run this code
showClass("hypothesisTest")

Run the code above in your browser using DataLab