logisticTest: A test function for logistic models

Description Usage Arguments

View source: R/logisticTest.r

Description

This function tests screening performance on logistic models with user specified dimension. The function generates synthetic data using logistic model and prints the screened variable for all method to the screen.

Usage

1
2
logisticTest(n, p, beta.not.null = c(1, 2, 3), num.select = 5 *
  length(beta.not.null), ebic = FALSE)

Arguments

n

the sampel size

p

the model dimension

beta.not.null

the non-zero coefficient indexes

num.select

the same as in "screening"

ebic

the same as in "screening"


wwrechard/screening documentation built on May 4, 2019, 12:04 p.m.