vuong_sim | R Documentation |
This function can be used to reproduce the examples given by Shi (2015) which illustrate the fact that the distribution of the Vuong statistic may be very different from a standard normal
vuong_sim(N = 1000, R = 1000, Kf = 15, Kg = 1, a = 0.125)
N |
sample size |
R |
the number of replications |
Kf |
the number of covariates for the first model |
Kg |
the number of covariates for the second model |
a |
the share of the variance of |
a numeric of length N
containing the values of the Vuong statistic
SHI:15micsr
vuong_sim(N = 100, R = 10, Kf = 10, Kg = 2, a = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.