Learn R Programming

PortfolioEffectEstim (version 1.4)

price: Get Asset Price

Description

Method returns active list of settings of a given estimator.

Usage

price(estimator)

Arguments

estimator
Estimator object created using estimator_create( ) function

Value

Examples

Run this code
## Not run: 
# dateStart = "2014-11-17 09:30:00"
# dateEnd = "2014-11-17 16:00:00"
# estimator=estimator_create('AAPL',dateStart,dateEnd)
# estimator_settings(estimator,resultsSamplingInterval='60s')
# AAPL=price(estimator)
# util_plot2d(AAPL,title='AAPL')
# ## End(Not run)

Run the code above in your browser using DataLab