gausscov (version 0.0.4)

fsimords: Simulates the number of false positives for given dimensions (n,k) and given order statistics nu

Description

Simulates the number of false positives for given dimensions (n,k) and given order statistics nu

Usage

fsimords(n, k, p0 , nu, km, nsim = 500)

Arguments

n

The dimension of dependent variable

k

The number of covariates

p0

Cut-off p-value

nu

The order statistics

km

Maximum number of selected covariates

nsim

Number of simulations

Value

p Histogram of number of false positives.

mn Mean number of false positives.

ss Standard deviation of number of false positives

Examples

Run this code
# NOT RUN {
a<-fsimords(100,100,0.01,c(5,10),15,nsim=100)
# }

Run the code above in your browser using DataLab