fsimords {gausscov} | R Documentation |
Simulates the number of false positives for given dimensions (n,k) and given order statistic nu
fsimords(n, k, alpha, nu, kmax, nsim = 100)
n |
The dimension of dependent variable |
k |
The number of covariates |
alpha |
Cut-off p-value |
nu |
Order statistic |
nsim |
Number of simulations |
kmax |
Maximum number of false positives |
res Histogram of number of false positives.
mn Mean number of false positives.
ss Standard deviation of number of false positives
fsimords(100,1000,0.05,3,6)