Generate: 'Generate' Asks for a dataframe and generates a new sample...

Description Usage Arguments Value Examples

View source: R/Functions.R

Description

Generate Asks for a dataframe and generates a new sample returns novel sample along with intervals it contained to revalidate it using confidence levels

Usage

1
Generate(data, regression = FALSE)

Arguments

data

Dataframe

regression

if we are to generate data for regression or classification (will the data be conditioned on a certain class)

Value

if regression is true returns a dataframe, if false returns a list.

Examples

1
2
# basic usage of Generate
Generate(iris,regression=TRUE)

AugmenterR documentation built on March 18, 2021, 9:07 a.m.