-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.24 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.24 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: lsReg
Type: Package
Title: Performs Large Scale Regressions
Version: 1.0.0
Authors@R:
c(person(given = "John",
family = "Morrison",
role = c("aut", "cre"),
email = "jmorr@usc.edu"),
person(given = "NCI",
role = "fnd",
comment = "CA196559"),
person(given = "NCI",
role = "fnd",
comment = "CA201407"),
person(given = "NIEHS",
role = "fnd",
comment = "ES007048"),
person(given = "NHLBI",
role = "fnd",
comment = "HL115606"))
Date: 2026-04-07
Maintainer: John Morrison <jmorr@usc.edu>
Description: Routines to perform large scale regression. Linear, logistic,
and Poisson regressions are supported. Large scale regression efficiently
fits models where a small number of covariates are changing and the
subjects have complete data. A genome wide association study would be
an example.
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
statmod
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp,
methods
Config/testthat/edition: 3