-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 876 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 876 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
# Generated by roxygen2: do not edit by hand
S3method(anova,glm_betaselect)
S3method(anova,lm_betaselect)
S3method(coef,glm_betaselect)
S3method(coef,lav_betaselect)
S3method(coef,lm_betaselect)
S3method(confint,glm_betaselect)
S3method(confint,lav_betaselect)
S3method(confint,lm_betaselect)
S3method(getCall,glm_betaselect)
S3method(getCall,lm_betaselect)
S3method(predict,glm_betaselect)
S3method(predict,lm_betaselect)
S3method(print,glm_betaselect)
S3method(print,lav_betaselect)
S3method(print,lm_betaselect)
S3method(print,summary.glm_betaselect)
S3method(print,summary.lm_betaselect)
S3method(summary,glm_betaselect)
S3method(summary,lm_betaselect)
S3method(vcov,glm_betaselect)
S3method(vcov,lm_betaselect)
export(glm_betaselect)
export(lav_betaselect)
export(lm_betaselect)
export(raw_output)
export(std_data)
importFrom(stats,getCall)