accuracy.kfold: Estimate assignment accuracies of K-fold cross-validation...

Description Usage Arguments Value

View source: R/accuracy.kfold.R

Description

This function allows you to estimate assignment accuracies of K-fold cross-validation results. The output results can be used to make assignment accuracy plots (use function accuracy.plot) and membership probability plot (use function membership.plot)

Usage

1

Arguments

dir

A character string to specify the folder that has your K-fold cross-validation results. A slash should be included at the end (e.g., dir="YourFolderName/").

Value

This function outputs the results in a text file (a table). It can return a data frame when a returning object is specified.


assignPOP documentation built on Oct. 28, 2021, 1:06 a.m.