# Export all names except those beginning with .
# exportPattern("^[^\\.]")
# Export explicitly by name
# print.CVp is defined under S3method
export(
    CVCL
  , CV2se
  , CV2mse
  , CI2CV
  , CVfromCI
  , CVp2CV
  , CVpooled
  , exppower.noninf
  , exppower.TOST
  , expsampleN.noninf
  , expsampleN.TOST
  , known.designs
  , OwensQ
  , OwensQOwen
  , OwensT
  , power.noninf
  , power.RatioF
  , power.TOST
  , power2.TOST
  , power.NTIDFDA
  , power.RSABE
  , power.scABEL
  , sampleN.noninf
  , sampleN.RatioF
  , sampleN.TOST
  , sampleN.NTIDFDA
  , sampleN.RSABE
  , sampleN.scABEL
  , se2CV
  , mse2CV
)         

# Import all packages listed as Imports or Depends
import(
  mvtnorm
)

# Define S3 methods for the pooled CV
S3method(print, CVp)
