subset.srs: Subset student records

Description Usage Arguments Details Value Author(s) Examples

Description

Subset student records

Usage

1
2
## S3 method for class 'srs'
subset(x, subset, ...)

Arguments

x

An sr object.

subset

Subset to keep (indices).

...

Passed along (well, ignored).

Details

Subset student records.

Value

An srs object containing information about students.

Author(s)

Dan Kelley Dan.Kelley@Dal.Ca

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(srs)
data(srs)
sr.ranked <- sort.srs(srs, "by.gpa")
sr.top <- subset.srs(srs.ranked, 1:3)
summary(sr.top)

## End(Not run)

dankelley/srs documentation built on May 14, 2019, 6:04 p.m.