stability_proportion: Inclusion proportion by bootstrap

Description Usage Arguments

View source: R/stability.R

Description

Inclusion proportion by bootstrap

Usage

1
2
3
4
5
6
7
8
stability_proportion(
  DF,
  y = colnames(DF)[1],
  nbre = 30,
  criterias = c("deviance"),
  methods = c("backward", "forward"),
  keep_stability = NULL
)

Arguments

DF

dataframe

y

character : variable to explain

nbre

integer : number of iteration in the bootstrap process

criterias

vector : criterias to test


TanguyPerennec/Autostats documentation built on Dec. 13, 2020, 10:43 a.m.