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.
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
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.