get_info: stranger object information

Description Usage Arguments Value Examples

View source: R/get_info.R

Description

Retrieve some information on the content of an object built with stranger package.

Usage

1
2
3
4
get_info(x, ...)

## S3 method for class 'stranger'
get_info(x, simplify = TRUE, ...)

Arguments

x

One object from stranger package

...

Additional parameters - not used currently

simplify

boolean: simplify or keep output as list

Value

matrix - metrics attributes (corresponding weird info), one row per weird.

Examples

1
2
3
4
5
6
## Not run: 
library(dplyr)
info <-  iris %>% select(-Species) %>% crazyfy() %>% stranger() %>% get_info()
info

## End(Not run)

stranger documentation built on March 18, 2018, 2:01 p.m.