step_lrcl_pval: Backward stepwise selection with pvalue for logistic...

Description Usage Arguments Value

View source: R/logistic_regression.r

Description

Backward stepwise selection with pvalue for logistic regression with clustering

Usage

1
step_lrcl_pval(fitcl, cluster, threshold = 0.05, verbose = TRUE)

Arguments

fitcl

Initial multivariate model

cluster

Character. Name of the clustering variable of the model

threshold

Numeric [0,1].

verbose

Whether to display messages or not. Default TRUE

Value

A final multivariate model


CRUF documentation built on March 13, 2020, 1:34 a.m.