https://github.com/cran/mixtools
Raw File
Tip revision: 713027f11850cd2b542fcd4f21527c74ee4042d8 authored by Derek Young on 30 January 2013, 00:00:00 UTC
version 0.4.6
Tip revision: 713027f
NAMESPACE
useDynLib(mixtools)

# Export all names
exportPattern(".")

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