View source: R/classfunctions.R
coef_lin.bpnr | R Documentation |
Gives the coefficients tables of the linear coefficients for a circular regression model.
## S3 method for class 'bpnr'
coef_lin(object)
object |
a |
A matrix with posterior summaries of the linear coefficients in a Bayesian circular regression model.
library(bpnreg)
fit.Motor <- bpnr(pred.I = Phaserad ~ 1 + Cond, data = Motor,
its = 100, burn = 10, n.lag = 3)
coef_lin(fit.Motor)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.