vbglmss.fit.logistic: Fit VB Spike and Slab logistic regression

Description Usage Arguments

Description

The workhorse for logistic vbglmss.

Usage

1
2
3
  vbglmss.fit.logistic(y, X = NULL, Z = NULL,
    prior = list(pi = 0.5, tau = list(a = 10, b = 10)),
    verbose = TRUE, ...)

Arguments

y

binary response.

X

the SS covariates.

Z

the non-SS (regular Gaussian) covariates.

verbose

print additional runtime messages

eps

the approximation loop convergence threshold

...

further parameters passed to sub-functions. This function makes the decision of which sub-functions need to be called based on the presense/absence of X and Z and parameter values.


antiphon/vbss documentation built on May 10, 2019, 12:22 p.m.