rbsa: Returns based style analysis

Description Usage Arguments Value Examples

View source: R/fa_utilities.R

Description

Returns based style analysis

Usage

1
2
rbsa(r.fund, r.style, s = NULL, e = NULL, n = NULL,
  method = "normalized", leverage = TRUE, selection = "AIC", scale = 12)

Arguments

r.fund

fund returns (xts)

r.style

style returns (xts)

s

start date

e

end date

n

number of observations

method

method from Factor Analyticss package's style.fit function

leverage

leverage from Factor Analyticss package's style.fit function

selection

selection from Factor Analytics package's style.fit function

scale

number of periods in a year

Value

List of 3: weights, R.squared, and adj.R.squared

Examples

1
RBSA(r.fund, r.style) 

rexmacey/fundAnalysis documentation built on Dec. 2, 2019, 5:50 p.m.