compile_result {geeVerse} | R Documentation |
Compile Results from qpgee()
Description
This function reports correct percentage, TP, FP, MSE and MAD from a (list of) fitted qpgee model comparing to the true betas.
Usage
compile_result(qpgee_results, beta0, cutoff = 0.1)
Arguments
qpgee_results |
A (list of) fitted qpgee model. |
beta0 |
True beta used in true data generation process. |
cutoff |
Integer, the threshold to determine whether a esimated beta should be consider as 0. |
Value
a vector contains correct percentage, TP, FP, MSE and MAD and its standard error if Monte Carlo simulations.
[Package geeVerse version 0.2.1 Index]