NpdeObject-class: Class "NpdeObject"

Description Objects from the Class Methods See Also Examples

Description

An object of class NpdeObject

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.npde.plotoptions(x):

Sets options for graphs (internal method used in plots)

See Also

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

Examples

1
2
3
methods(class="NpdeObject")

showClass("NpdeObject")

npde documentation built on May 2, 2019, 5:23 p.m.