EAT_leaf_stats: Descriptive Summary Statistics Table for the Leaf Nodes of an...

Description Usage Arguments Value Examples

View source: R/EAT.R

Description

This function returns a descriptive summary statistics table for each output variable calculated from the leaf nodes observations of an Efficiency Analysis Trees model. Specifically, it computes the number of observations, the proportion of observations, the mean, the variance, the standard deviation, the minimum, the first quartile, the median, the third quartile, the maximum and the root mean squared error.

Usage

1

Arguments

object

An EAT object.

Value

A list or a data.frame (for 1 output scenario) with the following summary statistics:

Examples

1
2
3
simulated <- Y1.sim(N = 50, nX = 3)
EAT_model <- EAT(data = simulated, x = c(1, 2, 3), y = 4, numStop = 10, fold = 5)
EAT_leaf_stats(EAT_model)

MiriamEsteve/EAT documentation built on Jan. 18, 2022, 6:55 p.m.