circmax_simulate: Simulated Data Set for 'circmax'

Description Usage Arguments Value

View source: R/circmax.R

Description

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

Usage

1
  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.


circtree documentation built on Aug. 14, 2019, 3 p.m.