Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
hgps::Coefficient Struct Reference

Regression coefficients data type. More...

#include <static_hierarchical_linear_model.h>

Public Attributes

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

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: