compile_result: Compile Results from qpgee()

View source: R/utils.R

compile_resultR 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, threshold = 10^-3)

Arguments

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.

Value

a vector contains correct percentage, TP, FP, MSE and MAD and its standard error if Monte Carlo simulations.


geeVerse documentation built on Aug. 21, 2025, 5:56 p.m.