Learn R Programming

cppcor (version 1.1)

GUI_cppcor: Graphical User Interface for PCCor function

Description

GUI_cppcor A Graphical User Interface (GUI) for function that returns the confusion matrix and parameters of classification analysis

Usage

GUI_cppcor(gui = TRUE)

Arguments

gui

Logical argument, TRUE or FALSE. The default is FALSE

Value

GUI_cppcor return a GUI for the confusion matriz and parameters of classification analysis

Examples

Run this code
# NOT RUN {
# Loading package
library(cppcor)
if (interactive()) {
  GUI_cppcor()
}

# }

Run the code above in your browser using DataLab