File: NAMESPACE

package info (click to toggle)
r-cran-leaps 3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: fortran: 965; ansic: 33; sh: 13; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
useDynLib(leaps,.registration = TRUE)
importFrom("grDevices", "gray")
importFrom("graphics", "axis", "box", "image", "par", "title")
importFrom("stats", "coef", "model.extract", "model.matrix", "terms")
export(regsubsets,leaps)
S3method(regsubsets, biglm)
S3method(regsubsets,formula)
S3method(regsubsets,default)
S3method(summary,regsubsets)
S3method(print,summary.regsubsets)
S3method(print,regsubsets)
S3method(plot,regsubsets)
S3method(coef,regsubsets)
S3method(vcov,regsubsets)