npde (version 2.0)

NpdeObject-class: Class "NpdeObject"

Description

An object of class NpdeObject

Arguments

Objects from the Class

NpdeObject objects are typically created by calls to npde or autonpde. They contain the following slots:
data
an object of class NpdeData, containing the observed data
sim.data
an object of class NpdeSimData, containing the simulated data
res
an object of class NpdeRes, containing the results
options
a list of options
prefs
a list of graphical preferences for the plots

Methods

print(x):
Prints a summary of object
show(x):
Prints a short summary of object
showall(x):
Prints a detailed summary of object
plot(x):
Diagnostic and other plots. More details can be found in plot.NpdeObject
summary(x):
Returns a summary of object x in list format
gof.test(x, which="npde", parametric=TRUE, ...):
Returns goodness-of-fit tests
set.plotoptions(x):
Sets options for graphs (internal method used in plots)

See Also

npde, autonpde, NpdeData, NpdeSimData, NpdeRes, gof.test

Examples

Run this code
methods(class="NpdeObject")

showClass("NpdeObject")

Run the code above in your browser using DataLab