Learn R Programming

YRmisc (version 0.1.6)

pt.m2: Modigliani risk-adjusted performance

Description

Modigliani risk-adjusted performance is a financial measure of risk-adjusted returns of a portfolio. It measures the returns of the portfolio after adjusting it relative to some benchmark.

Usage

pt.m2(pr,br,rf)

Arguments

pr

:portfolio return

br

:benchmark return

rf

:risk free rate

Examples

Run this code
# NOT RUN {
prtn <- runif(12,-1,1)
brtn <- runif(12,-1,1)
rf <- 0.024
pt.m2(prtn,brtn,rf)
# }

Run the code above in your browser using DataLab