Learn R Programming

momentfit (version 0.5)

specTest-class: Class "specTest"

Description

A class to store results from a specification test.

Arguments

Objects from the Class

Objects can be created by calls of the form new("specTest", ...). It is created my specTest-methods.

Slots

test:

Object of class "matrix" ~~

testname:

Object of class "character" ~~

Methods

print

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

show

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

Examples

Run this code
showClass("specTest")

Run the code above in your browser using DataLab