compile_result.default: Compile Results from list of qpgee()

View source: R/utils.R

compile_result.defaultR Documentation

Compile Results from list of 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

## Default S3 method:
compile_result(qpgee_results, beta0, threshold = 0.1)

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.