multiroc(y="Species",
x=c("Petal.Width","Petal.Length","Sepal.Width","Sepal.Length"),
k=3, type=("OvA"),
plot=TRUE,
data=iris)
multiroc(y="Species",
x=c("Petal.Width","Petal.Length","Sepal.Width","Sepal.Length"),
k=3,
type=("OvO"),
plot=FALSE,
data=iris)
Run the code above in your browser using DataLab