Learn R Programming

CurricularComplexity (version 1.0)

average_sequencing: Calculates the average sequencing in a program

Description

This function calculates the average sequencing in the program using the delay factors of the courses. The second argument, expected_time_to_degree is optional. If it is not NULL, the average sequencing will be for courses extending the student's time to degree.

Usage

average_sequencing(plan_of_study, expected_time_to_degree = NULL)

Value

Numeric - the average sequencing in the program

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)