| 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_LoFis a list of three functions that work withregressor()andtoy_df -
toy_Mis an exampleMmatrix for use withmhp() -
toy_Bis an example of aBarray of roughness coefficients for use withmhp() -
toy_mmandtoy_mm2are examples of amdmobject, generated with functiontoy_mm_maker(). These objects are marginals from the same multivariate observation. -
toy_mm3andtoy_mm4are small examples ofmdmobjects -
toy_mhpis an example of amhpobject -
toy_betais 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)