Learn R Programming

AugmenterR (version 0.1.0)

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

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

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

Run this code
# NOT RUN {
# basic usage of Generate
Generate(iris,regression=TRUE)
# }

Run the code above in your browser using DataLab