-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 852 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Generated by roxygen2: do not edit by hand
export(schoolgrowth)
import(doParallel)
import(foreach)
import(nloptr)
importFrom(Matrix,bdiag)
importFrom(Matrix,forceSymmetric)
importFrom(Matrix,nearPD)
importFrom(Matrix,sparse.model.matrix)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,sparseVector)
importFrom(Matrix,symmpart)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,ave)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,reshape)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importMethodsFrom(Matrix,crossprod)
importMethodsFrom(Matrix,diag)
importMethodsFrom(Matrix,isSymmetric)
importMethodsFrom(Matrix,norm)
importMethodsFrom(Matrix,solve)
importMethodsFrom(Matrix,t)
importMethodsFrom(Matrix,tcrossprod)