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

Description Usage Arguments

Description

The workhorse for linear (Gaussian family) vbglmss.

Usage

1
2
3
  vbglmss.fit.linear(y, X, Z, method = "simultaneous",
    verbose = FALSE, diagonal = TRUE,
    prior = list(pi = 0.5), eps = 1e-08)

Arguments

y

response.

X

the SS covariates

Z

the non-SS (regular Gaussian) covariates

method

Use 'simultaneous' or 'sequential'. See Details.

verbose

print additional runtime messages

diagonal

use diagonal covariance matrix for regular coefficients?

eps

the approximation loop convergence threshold


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