| fitted.blm | R Documentation | 
Computes pointwise posterior means and 95% credible intervals of the fitted Bayesian linear models.
	## S3 method for class 'blm'
fitted(object, alpha = 0.05, HPD = TRUE, ...)
object | 
  a   | 
alpha | 
 	 a numeric scalar in the interval (0,1) giving the   | 
HPD | 
     a logical variable indicating whether the   | 
... | 
 not used  | 
None.
A list containing posterior means and 95% credible intervals.
The output list includes the following objects:
wbeta | 
 posterior estimates for regression function.  | 
yhat | 
 posterior estimates for generalised regression function.  | 
Chen, M., Shao, Q. and Ibrahim, J. (2000) Monte Carlo Methods in Bayesian computation. Springer-Verlag New York, Inc.
blq, blr, gblr
## See examples for blq and blr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.