Learn R Programming

psychonetrics (version 0.13)

psychonetrics-class: Class "psychonetrics"

Description

Main class for psychonetrics results.

Arguments

Objects from the Class

Objects can be created by calls of the form new("psychonetrics", ...).

Slots

model:

Object of class "character" ~~

submodel:

Object of class "character" ~~

parameters:

Object of class "data.frame" ~~

matrices:

Object of class "data.frame" ~~

meanstructure:

Object of class "logical" ~~

computed:

Object of class "logical" ~~

sample:

Object of class "psychonetrics_samplestats" ~~

modelmatrices:

Object of class "list" ~~

log:

Object of class "psychonetrics_log" ~~

optim:

Object of class "list" ~~

fitmeasures:

Object of class "list" ~~

baseline_saturated:

Object of class "list" ~~

equal:

Object of class "character" ~~

objective:

Object of class "numeric" ~~

information:

Object of class "matrix" ~~

identification:

Object of class "character" ~~

optimizer:

Object of class "character" ~~

optim.args:

Object of class "list" ~~

estimator:

Object of class "character" ~~

distribution:

Object of class "character" ~~

extramatrices:

Object of class "list" ~~

rawts:

Object of class "logical" ~~

Drawts:

Object of class "list" ~~

types:

Object of class "list" ~~

cpp:

Object of class "logical" ~~

verbose:

Object of class "logical" ~~

Methods

resid

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

residuals

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

show

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

Author

Sacha Epskamp

Examples

Run this code
showClass("psychonetrics")

Run the code above in your browser using DataLab