-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
21 lines (21 loc) · 1.16 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: rFSA
Type: Package
Title: Feasible Solution Algorithm for Finding Best Subsets and
Interactions
Version: 0.9.6
Date: 2020-06-10
Authors@R: c(
person(given="Joshua",family="Lambert",email="[email protected]",role=c("aut","cre")),
person(given="Liyu",family="Gong",email="[email protected]",role="aut"),
person(given="Corrine",family="Elliott",email="[email protected]",role="aut"),
person(given="Sarah",family="Janse",email="[email protected]",role="ctb"))
Description: Assists in statistical model building to find optimal and semi-optimal higher order interactions
and best subsets. Uses the lm(), glm(), and other R functions to fit models generated from a feasible
solution algorithm. Discussed in Subset Selection in Regression, A Miller (2002). Applied and explained
for least median of squares in Hawkins (1993) <doi:10.1016/0167-9473(93)90246-P>. The feasible solution
algorithm comes up with model forms of a specific type that can have fixed variables, higher order
interactions and their lower order terms.
License: GPL-2
LazyData: TRUE
Imports: parallel, methods, tibble, rPref, tidyr, hash
RoxygenNote: 7.1.0