Learn R Programming

CurricularComplexity (version 1.0)

explained_complexity: Calculates the explained complexity of courses extending time to degree

Description

This function takes in the subcomplexity graph from the transfer excess courses function, then finds the transfer delay factor. The output is the proportion of complexity explained by courses extending time to degree.

Usage

explained_complexity(
  plan_of_study,
  expected_time_to_degree,
  term_weighted = FALSE
)

Value

Numeric - the explained complexity

Arguments

plan_of_study

igraph object - An igraph object created using the create_plan_of_study function

expected_time_to_degree

Numeric - The term where students are expected to finish (often 8)

term_weighted

logical - TRUE if crucialities should be term-weighted