tally_schools: Tally schools and students in a given dataset

View source: R/matchMultiResult.R

tally_schoolsR Documentation

Tally schools and students in a given dataset

Description

Returns a count of schools, without printing anything.

Usage

tally_schools(data, school.id, treatment)

Arguments

data

Dataset (student level)

school.id

String name of ID column in data (the grouping variable)

treatment

String name of the treatment variable.

Value

List of two things: school and student counts (invisible).

Author(s)

Luke Miratrix

See Also

describe_data_counts


matchMulti documentation built on May 31, 2023, 9:13 p.m.