summary | R Documentation |
Provides methods for the generic function summary
.
## S3 method for class 'mpp'
summary(object, ...)
## S3 method for class 'linksrm'
summary(object, ...)
object |
an object with class |
... |
other arguments. |
A list object with a reduced number of components, mainly the parameter values.
TT <- c(0, 1000)
bvalue <- 1
params <- c(-2.5, 0.01, 0.8, bvalue*log(10))
x <- mpp(data=NULL,
gif=srm_gif,
marks=list(NULL, rexp_mark),
params=params,
gmap=expression(params[1:3]),
mmap=expression(params[4]),
TT=TT)
x <- simulate(x, seed=5)
print(summary(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.