Description Objects Slots Methods Author(s) See Also Examples
The arf3DS4 "wald" class contains information of the statistics on the spatial model parameters. It is used in the model
class.
Objects can be created by calls of the form new("wald", ...)
.
consts
:The #regions by #hypothesis matrix defining the constants used for testing.
stats
:The #regions by #hypothesis matrix of wald statistics.
df1
:Vector of the Degrees of Freedom of the model.
df2
:Vector of the Degrees of Freedom of the error.
pvalues
:The #regions by #hypothesis matrix of p-values.
Standard arf3DS4 accessor and replacement functions can be used to access and replace slots.
.classname.slotname(object)
.classname.slotname(object)<-
In this case classname is "wald" and slotname is for example "stats". So to access the "stats" slot of an r-object "mywald" (of class "wald") type .wald.stats(mywald)
.
Wouter D. Weeda - w.d.weeda@gmail.com
1 | showClass("wald")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.