predict.dMax {desirability}R Documentation

Predict method for desirability functions

Description

Predicted values based on desirability objects

Usage

predict.dMax(object, newdata = NA, ...)
predict.dMin(object, newdata = NA, ...)
predict.dTarget(object, newdata = NA, ...)
predict.dArb(object, newdata = NA, ...)
predict.dBox(object, newdata = NA, ...)
predict.dOverall(object, newdata = matrix(NA, ncol = length(object$d)), all = FALSE, ...)

Arguments

object ~~Describe object here~~
newdata ~~Describe newdata here~~
all ~~Describe newdata here~~
... ~~Describe ... here~~

Details

~~ If necessary, more details than the description above ~~

Value

~Describe the value returned If it is a LIST, use

comp1 Description of 'comp1'
comp2 Description of 'comp2'

...

Warning

....

Note

~~further notes~~

~Make other sections like Warning with section{Warning }{....} ~

Author(s)

~~who you are~~

References

~put references to the literature/web site here ~

See Also

~~objects to See Also as help, ~~~

Examples

dMin(1,3)

[Package desirability version 1.00 Index]