mtoys {multivator} | R Documentation |
Toy datasets
Description
Toy datasets that illustrate the package
Usage
toy_LoF
toy_mm
toy_mm2
toy_mm3
toy_mhp
Format
-
toy_LoF
is a list of three functions that work withregressor()
andtoy_df
-
toy_M
is an exampleM
matrix for use withmhp()
-
toy_B
is an example of aB
array of roughness coefficients for use withmhp()
-
toy_mm
andtoy_mm2
are examples of amdm
object, generated with functiontoy_mm_maker()
. These objects are marginals from the same multivariate observation. -
toy_mm3
andtoy_mm4
are small examples ofmdm
objects -
toy_mhp
is an example of amhp
object -
toy_beta
is a numeric vector that works with the above objects
Details
These objects are intended as simple working ‘toy’ examples of the various things needed to use the emulator.
Note that toy_d
and toy_d2
are the marginals of the
same observation (see the vignette).
Author(s)
Robin K. S. Hankin
References
-
R. K. S. Hankin 2005. Introducing BACCO, an R bundle for Bayesian analysis of computer code output, Journal of Statistical Software, 14(16)
See Also
Examples
data(mtoys)
obs_maker(toy_mm, toy_mhp, toy_LoF, toy_beta)
multem(toy_mm2,toy_expt,toy_mhp,toy_LoF,give=TRUE)