alientest: Alien test dataset

Description Usage Format Details

Description

A dataset describing features of living beings

Usage

1

Format

A data.table with 8 rows and 5 variables:

SkinColor

Skin color of the individual

IQScore

IQ score of the individual

Cat1

Categorical descriptor

Cat2

Categorical descriptor

Cat3

Categorical descriptor

Details

alientest <- data.table::data.table( SkinColor=c("white", "green", "brown", "white", "red"), IQScore=c(79, 100, 125, 90, 115), Cat1=c("type4", "type4", "type3", "type1", "type1"), Cat2=c("type5", "type5", "type9", "type8", "type2"), Cat3=c("type2", "type2", "type7", "type4", "type4") ) # usethis::use_data(alientest, overwrite = TRUE)


ben519/mltools documentation built on Sept. 22, 2021, 4:30 p.m.