| LATHYPPISTON | R Documentation |
A Latin Hypercube Design for the 7 pistonSimulation arguments
and Its response in seconds.
data(LATHYPPISTON)
A data frame with 14 observations on the following 8 variables.
ma numeric vector
sa numeric vector
v0a numeric vector
ka numeric vector
p0a numeric vector
ta numeric vector
t0a numeric vector
secondsa numeric vector
Kenett, R., Zacks, S. with contributions by Amberti, D. Modern Industrial Statistics: with applications in R, MINITAB and JMP. Wiley.
pistonSimulation
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.