fastglmm
Massively scalable generalized linear mixed models
Loading...
Searching...
No Matches
nbData Struct Reference

#include <nb_theta.h>

Public Member Functions

 nbData ()
 nbData (const vec &y, const vec &mu, const double &n, const vec &weights, const mat &X, const bool &doCoxReid, const CountTable &ct={})

Public Attributes

vec y
vec mu
double n
vec weights
mat X
bool doCoxReid
CountTable ct

Constructor & Destructor Documentation

◆ nbData() [1/2]

nbData::nbData ( )
inline

◆ nbData() [2/2]

nbData::nbData ( const vec & y,
const vec & mu,
const double & n,
const vec & weights,
const mat & X,
const bool & doCoxReid,
const CountTable & ct = {} )
inline

Member Data Documentation

◆ ct

CountTable nbData::ct

◆ doCoxReid

bool nbData::doCoxReid

◆ mu

vec nbData::mu

◆ n

double nbData::n

◆ weights

vec nbData::weights

◆ X

mat nbData::X

◆ y

vec nbData::y

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