rise: RISE Analysis

Description Usage Arguments Value Examples

View source: R/rise.R

Description

Conduct RISE analysis to automatically identify learning outcomes whose learning resources or assessments might benefit from continuous improvement efforts.

Usage

1
rise(df, visual = FALSE)

Arguments

df

A dataframe containing three columns: outcome name, avg score on aligned assessmets, and average views of aligned learning resources. The columns in the data frame must be in exactly this order.

visual

When this argument is FALSE (the default), the function returns an annotated data frame with RISE information in the final two columns. When this argument is TRUE, the function returns a ggplot2 graph of the RISE diamond.

Value

Returns either an annotated data frame or a graph, depending on the value of visual.

Examples

1
2
library(ggplot2)
rise(sample_df, visual = TRUE)

rise documentation built on May 2, 2019, 3:48 p.m.

Related to rise in rise...