https://github.com/cran/sae
Raw File
Tip revision: c5904ed07bd6bfb5219e7f209d63fa0937443cbb authored by Yolanda Marhuenda on 01 March 2020, 10:40:02 UTC
version 1.3
Tip revision: c5904ed
NAMESPACE
# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  stats,
  MASS,
  lme4
)
back to top