coef_lin.bpnr {bpnreg} | R Documentation |
Obtain the linear coefficients of a Bayesian circular regression model
Description
Gives the coefficients tables of the linear coefficients for a circular regression model.
Usage
## S3 method for class 'bpnr'
coef_lin(object)
Arguments
object |
a |
Value
A matrix with posterior summaries of the linear coefficients in a Bayesian circular regression model.
Examples
library(bpnreg)
fit.Motor <- bpnr(pred.I = Phaserad ~ 1 + Cond, data = Motor,
its = 100, burn = 10, n.lag = 3)
coef_lin(fit.Motor)
[Package bpnreg version 2.0.3 Index]