ptable_params-class {ptable}R Documentation

An S4 class to represent perturbation parameters

Description

An S4 class to represent perturbation parameters

Slots

D

(integer) parameter for maximum perturbation / noise

V

(numeric) parameter for perturbation variance

js

(integer) parameter for original counts not to be perturbed

ncat

(integer) number of perturbation classes

pstay

numeric vector specifying parameter for non-perturbation

optim

(integer) specifying optimization parameter for optimization function

mono

(logical) vector specifying optimization parameter for monotony condition

label

(character) label for output

icat

(integer) categorized original frequencies i

table

(character) type of table: frequency counts (cnts) or magnitude (nums)

step

(integer) step

type

(character) indicator for the extra column 'type' used for magnitude tables: 'even', 'odd' or 'all'


[Package ptable version 1.0.0 Index]