Description Usage Arguments Value
This function creates artifical data set for testing the regression models for a circular response by maximum likelihood estimation.
1 | circmax_simulate(n = 1000, beta = c(3, 5, 2), gamma = c(3, 3), seed = 111)
|
n |
The number of Observations. |
beta |
The coefficients for the intercept and the covariates of the location part. |
gamma |
The coefficients for the intercept and the covariates of the concentration part. |
seed |
Sets the 'seed' to a numeric value. |
Data frame with simualated covariates and respective response.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.