Package: pbnm
Type: Package
Title: Parametric Bootstrap Test of Nested Models
Version: 0.3.0.9001
Date: 2015-10-2
Authors@R: person("Mark", "Banghart", email = "mbanghart@ssc.wisc.edu",
    role = c("aut", "cre"))
Description: The main function is pbnm, which and returns a "pbnm" object.
    The boot strap generates the distribution for a single model
    parameter (if the two models differ by only one parameter) and also for
    one of the following tests of nested models:
    likelihood ratio, restricted likelihood ratio, or F.
    The summary, confint, and plot methods are supported for
    "pbnm" objects.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
LazyData: true
Imports: parallel, lme4
Suggests: testthat, Matrix
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-25 12:43:14 UTC; mbanghart
Author: Mark Banghart [aut, cre]
Maintainer: Mark Banghart <mbanghart@ssc.wisc.edu>
