splitting_module: Data Splitting Module

Description Usage Arguments Examples

View source: R/splitting_module.R

Description

This function splits the data into a training set and a testing set after shuffling the rows

Usage

1
splitting_module(CBRMSR, SplitPercent = 0.75)

Arguments

CBRMSR

A CBRMSR object

SplitPercent

Percentage of the training data (requires a decimal less than 1.0)

Examples

1
2
3
4
## Not run: 
CBRMSR <- splitting_module(CBRMSR, SplitPercent = 0.75)

## End(Not run)

bhioswego/CBRMSR documentation built on Dec. 6, 2020, 3:16 p.m.