compile_result.default | R Documentation |
This function reports correct percentage, TP, FP, MSE and MAD from a (list of) fitted qpgee model comparing to the true betas.
## Default S3 method:
compile_result(qpgee_results, beta0, threshold = 0.1)
qpgee_results |
A (list of) fitted qpgee model. |
beta0 |
True beta used in true data generation process. |
threshold |
Integer, the threshold to determine whether a estimated beta should be consider as 0. |
a vector contains correct percentage, TP, FP, MSE and MAD and its standard error if Monte Carlo simulations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.