EventStudyApplicationInput: Abnormal Return Calculation (ARC) API Wrapper

EventStudyApplicationInputR Documentation

Abnormal Return Calculation (ARC) API Wrapper

Description

This R6 class serialzes an Event Study parameter class to a list structure. This is an abstract class for Event Study applications (Return, Volatility, and Volume Event Studies). It is not intended to use this class directly. Please use: ARCApplicationInput.

Format

R6Class object.

Methods

$new()

Constructor for EventStudyApplicationInput

$setup()

Setup the parameter list

Super class

EventStudy::ApplicationInputInterface -> EventStudyApplicationInput

Methods

Public methods

Inherited methods

Method setup()

Initialize parameters of an event study

Usage
EventStudyApplicationInput$setup()

Method clone()

The objects of this class are cloneable with this method.

Usage
EventStudyApplicationInput$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


EventStudy documentation built on March 31, 2023, 5:43 p.m.