-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
23 lines (23 loc) · 896 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: schoolgrowth
Type: Package
Title: Functions for Improving Accuracy of School-Level Growth Measures Using Empirical Best Linear Prediction
Version: 0.6-3
Date: 2022-03-27
Depends: R (>= 3.5.0)
Imports: stats, methods, Matrix, foreach, doParallel, nloptr
Authors@R:
c(person(given = "{J.R.}",
family = "Lockwood",
role = c("aut", "cre"),
email = "jr@duolingo.com"),
person(given = "Katherine",
family = "Castellano",
role = c("aut","cre"),
email = "kecastellano@ets.org"))
Author: J.R. Lockwood [aut, cre],
Katherine E. Castellano [aut, cre]
Maintainer: Katherine E. Castellano <kecastellano@ets.org>
Description: Provides tools for smoothing school-level growth measures across years, grades and/or subjects using empirical best linear prediction methods.
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.3