powered by
coef_lin gives posterior summaries of the linear coefficients.
coef_lin
coef_lin(object)
an object used to select a method.
the methods coef_lin.bpnr and coef_lin.bpnme have their own help page.
library(bpnreg) fit.Motor <- bpnr(pred.I = Phaserad ~ 1 + Cond, data = Motor, its = 100, burn = 10, n.lag = 3) coef_lin(fit.Motor)
Run the code above in your browser using DataLab