Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
hgps::Coefficient Struct Reference

Regression coefficients data type. More...

#include <hierarchical_model_static.h>

Public Attributes

double value {}
 The coefficient value. More...
 
double pvalue {}
 Associated p-value. More...
 
double tvalue {}
 Associated t-value. More...
 
double std_error {}
 Associated standard error. More...
 

Detailed Description

Regression coefficients data type.

Member Data Documentation

◆ pvalue

double hgps::Coefficient::pvalue {}

Associated p-value.

◆ std_error

double hgps::Coefficient::std_error {}

Associated standard error.

◆ tvalue

double hgps::Coefficient::tvalue {}

Associated t-value.

◆ value

double hgps::Coefficient::value {}

The coefficient value.


The documentation for this struct was generated from the following file: