Learn R Programming

pvrank (version 1.1.2)

Sharpe: Performance of mutual funds, 1954-1963

Description

Determine the extent to which differences in performance continue through time.

Usage

data(Sharpe)

Arguments

Format

A data frame with 34 observations on the following 2 variables.

AVR

Average annual return (per cent).

VAR

Variability of annual return (per cent).

Details

The annual rates of return for thirty-four open-end mutual funds during the period 1954-63 are used to evaluate the predictive ability of indicators of mutual fund performance.

Examples

Run this code
# NOT RUN {
	data(Sharpe)
	head(Sharpe)
# }

Run the code above in your browser using DataLab