circmax_simulate {circtree} | R Documentation |
circmax
This function creates artifical data set for testing the regression models for a circular response by maximum likelihood estimation.
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.