determine_portfolio: functions to choose best stock to invest based on strategy

Description Usage Arguments Details Value Examples

View source: R/determine_portfolio.R

Description

functions to choose best stock to invest based on strategy

Usage

1
determine_portfolio(output_variable, num_companies)

Arguments

output_variable,

stocks that will be invested

num_companies

chosen numbers what user want to have as a potential investment stock

Details

for each date or quarter, we sort the data and select top , then give out the determined best top(chosen num_compnies) stock to be invested

Value

return the determined stock features based on strategy chosen

Examples

1
determine_portfolio(output_variable, num_companies)

seungbochoi/private_Rpackage documentation built on May 17, 2019, 12:12 a.m.