estimate.BayesPLS: Estimation function for Bayes PLS

Description Usage Arguments Value Author(s) Examples

View source: R/estimate.BayesPLS.R

Description

Estimates regression coefficients (with quantiles) and noise variance from a fitted Bayes PLS object.

Usage

1
estimateBayesPLS(obj, start = 1, stop = NULL, thin = 1, probs = c(0.025, 0.975))

Arguments

obj

A fitted Bayes PLS object as returned from a call to BayesPLS().

start

Start from this iteration number.

stop

Stop at this iteration number.

thin

Thinning interval.

probs

Quantiles to be computed from the estimated posterior distributions.

Value

coefficients

The estimated regression coefficients.

intercept

The estimated intercept coefficient.

sigma.sq

The estimated noise variance.

quantiles

The quantiles (as set in probs) for the posterior distributions of the regression coefficients.

quantiles.int

The estimated quantiles for posterior distribution of the intercept coefficient.

quantiles.sigma.sq

The estimated quantiles for posterior distribution of the noise variance.

Author(s)

Solve S<c3><a6>b<c3><b8>

Examples

1
## To be filled in

solvsa/BayesPLS documentation built on May 29, 2019, 9:49 a.m.