goldrake: Goldrakes

Description Usage Arguments Value Methods (by generic) Examples

Description

The function goldrake creates goldrake objects: collection of data, classes defined by expert reviewers, and sampling characteristics used to create a gold standard data set for classification tasks.

Usage

1
2
3
4
goldrake(original_data)

## S3 method for class 'goldrake'
print(x, ...)

Arguments

original_data

a data frame like object with the original dataset.

x

an object used to select a method

...

further arguments passed to or from other methods

Value

a goldrake object.

invisible x

Methods (by generic)

Examples

1
2
3
4
5
6
7
goldrake(mtcars)
## Not run: 
    # throw an error
    goldrake(1)

## End(Not run)
x <- goldrake(mtcars)

CorradoLanera/goldrake documentation built on May 30, 2019, 3:07 a.m.