Parameters-class {XDE}R Documentation

Container for XDE parameters

Description

Container for XDE parameters

Objects from the Class

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

Slots

seed:

Object of class "integer" ~~

data:

Object of class "numeric" ~~

phenodata:

Object of class "integer" ~~

G:

Object of class "integer" ~~

Q:

Object of class "integer" ~~

S:

Object of class "integer" ~~

alphaA:

Object of class "numeric" ~~

alphaB:

Object of class "numeric" ~~

betaA:

Object of class "numeric" ~~

betaB:

Object of class "numeric" ~~

pA0:

Object of class "numeric" ~~

pA1:

Object of class "numeric" ~~

pB0:

Object of class "numeric" ~~

pB1:

Object of class "numeric" ~~

nuR:

Object of class "numeric" ~~

nuRho:

Object of class "numeric" ~~

alphaXi:

Object of class "numeric" ~~

betaXi:

Object of class "numeric" ~~

c2Max:

Object of class "numeric" ~~

alphaEta:

Object of class "numeric" ~~

betaEta:

Object of class "numeric" ~~

pOmega0:

Object of class "numeric" ~~

lambdaOmega:

Object of class "numeric" ~~

lambdaKappa:

Object of class "numeric" ~~

gamma2:

Object of class "numeric" ~~

c2:

Object of class "numeric" ~~

tau2Rho:

Object of class "numeric" ~~

tau2R:

Object of class "numeric" ~~

a:

Object of class "numeric" ~~

b:

Object of class "numeric" ~~

l:

Object of class "numeric" ~~

t:

Object of class "numeric" ~~

lambda:

Object of class "numeric" ~~

theta:

Object of class "numeric" ~~

phi:

Object of class "numeric" ~~

sigma2:

Object of class "numeric" ~~

r:

Object of class "numeric" ~~

rho:

Object of class "numeric" ~~

nu:

Object of class "numeric" ~~

delta:

Object of class "numeric" ~~

Delta:

Object of class "numeric" ~~

xi:

Object of class "numeric" ~~

Methods

"[[<-"

signature(x = "Parameters"): ...

"[["

signature(x = "Parameters"): ...

"$<-"

signature(x = "Parameters"): ...

$

signature(x = "Parameters"): ...

coerce

signature(from = "XdeParameter", to = "Parameters"): ...

show

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

Examples

showClass("Parameters")

[Package XDE version 2.38.0 Index]