| lgpsim-class {lgpr} | R Documentation |
An S4 class to represent a data set simulated using the additive GP formalism
Description
An S4 class to represent a data set simulated using the additive GP formalism
Usage
## S4 method for signature 'lgpsim'
show(object)
## S4 method for signature 'lgpsim,missing'
plot(x, y, ...)
Arguments
object |
an lgpsim object |
x |
an lgpsim object to plot |
y |
not used |
... |
optional arguments passed to |
Methods (by generic)
-
show(lgpsim): Show summary of object. -
plot(x = lgpsim, y = missing): Plot the data and generating process. For more information seeplot_sim.
Slots
datathe actual data
responsename of the response variable in the data
componentsthe drawn function components
kernel_matricesthe covariance matrices for each gp
infoA list with fields
-
par_ellthe used lengthscale parameters -
par_contthe parameters used to generate the continuous covariates -
p_signalsignal proportion
-
effect_timesA list with fields
-
truepossible true effect times that generate the disease effect -
observedpossible observed effect times
-
[Package lgpr version 1.2.4 Index]