| pompp_initial-class {pompp} | R Documentation |
Class for the initial values for the MCMC for the pompp package
Description
Class for the initial values for the MCMC for the pompp package
Usage
## S4 method for signature 'pompp_initial'
names(x)
## S4 method for signature 'pompp_initial'
x$name
## S4 method for signature 'pompp_initial,ANY'
e1 + e2
## S4 method for signature 'list,pompp_initial'
e1 + e2
## S4 method for signature 'pompp_initial,list'
e1 + e2
## S4 method for signature 'pompp_initial,numeric'
e1 * e2
## S4 method for signature 'numeric,pompp_initial'
e1 * e2
## S4 method for signature 'pompp_initial'
show(object)
## S4 method for signature 'pompp_initial'
print(x, ...)
## S3 method for class 'pompp_initial'
print(x, ...)
Arguments
x |
The pompp_initial object. |
name |
The requested slot. |
e1 |
A pompp_initial object. |
e2 |
Another pompp_initial object or a list with pompp_initial objects for + and a positive integer for *. e1 and e2 can be switched (+ and * are commutative). |
object |
A pompp_initial object. |
... |
Currently unused. |
Value
names: A character vector with the initialized
parameter names.
`$`: The requested initial value (in case of
LambdaStar) or values (in case of Beta or Delta).
+: A list with the objects. Useful to start the
fit_pompp function, as it requires a list of initial values.
*: A list with e2 random initial values.
show and print: The invisible object.
Fields
betaInitial values for beta.
deltaInitial values for delta.
lambdaStarInitial values for lambdaStar.
tagIndicates the source of the initial values.