assign_primary_activities: Determine which of several possible activities is the primary...

Description Usage Arguments

View source: R/act24_assign_primary_activities.R

Description

Determine which of several possible activities is the primary activity, using the Gale-Shapley algorithm

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
assign_primary_activities(info, missing_info, verbose)

pairing_background(info)

get_applications(missing_info, bkgd)

get_s.prefs(apps, iMatches)

get_c.prefs(apps, iMatches, bkgd)

get_preferences(apps, info, bkgd)

Arguments

info

input from obtained from get_activity_info

missing_info

output from get_missing_info

verbose

logical. Print updates to console?

bkgd

information obtained from pairing_background

apps

application information obtained from get_applications

iMatches

subset of get_activity_info output consisting of a listing of incomplete matchings that have been converted to character


PAHPLabResearch/FLASH documentation built on May 15, 2020, 7:08 p.m.