Learn R Programming

mistat (version 0.999)

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

source

Kenett, R., Zacks, S. with contributions by Amberti, D. Modern Industrial Statistics: with applications in R, MINITAB and JMP. Wiley.

See Also

pistonSimulation

Examples

Run this code
data(LATHYPPISTON)

library(DiceEval)

library(DiceView)

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

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