pnr {bpnreg} | R Documentation |
A Gibbs sampler for a projected normal regression model
Description
A Gibbs sampler for a projected normal regression model
Usage
pnr(theta, X1, X2, its, lag, burn)
Arguments
theta |
A vector with the circular dependent variable. |
X1 |
A model matrix for component I. |
X2 |
A model matrix for component II. |
its |
An integer specifying the number of iterations |
lag |
An integer specifying the amount of lag. |
burn |
An integer specifying the number of burn-in iterations. |
[Package bpnreg version 2.0.3 Index]