circmax_simulate {circmax}R Documentation

Simulated Data Set for circmax

Description

This function creates artifical data set for testing the regression models for a circular response by maximum likelihood estimation.

Usage

  circmax_simulate(n = 1000, beta = c(3, 5, 2), gamma = c(3, 3), seed = 111)

Arguments

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.

Value

Data frame with simualated covariates and respective response.


[Package circmax version 0.1 Index]