Learn R Programming

mistat (version 2.0.4)

LATHYPPISTON: Latin Hypercube Design for the Piston Simulator

Description

A Latin Hypercube Design for the 7 pistonSimulation arguments and Its response in seconds.

Usage

data(LATHYPPISTON)

Arguments

Format

A data frame with 14 observations on the following 8 variables.

m

a numeric vector

s

a numeric vector

v0

a numeric vector

k

a numeric vector

p0

a numeric vector

t

a numeric vector

t0

a numeric vector

seconds

a numeric vector

See Also

pistonSimulation

Examples

Run this code
data(LATHYPPISTON)

library(DiceEval)

Dice <- km(design=LATHYPPISTON[, !names(LATHYPPISTON) %in% "seconds"], 
            response=LATHYPPISTON[,"seconds"])

#library(DiceView)

#sectionview(Dice, 
#            center=colMeans(LATHYPPISTON[, !names(LATHYPPISTON) %in% "seconds"]), 
#            conf_lev=c(0.5, 0.9, 0.95), 
#            title="", col_sur="darkgrey", lwd=2,
#            Xname=colnames(LATHYPPISTON[, !names(LATHYPPISTON) %in% "seconds"]))
#
#
#layout(1)

Run the code above in your browser using DataLab