Description Usage Format Source See Also Examples
A Latin Hypercube Design for the 7 pistonSimulation
arguments
and Its response in seconds.
1 |
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 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.