Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radon0303 authored and cran-robot committed Sep 19, 2017
0 parents commit 1205ae2
Show file tree
Hide file tree
Showing 7 changed files with 1,005 additions and 0 deletions.
16 changes: 16 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,16 @@
Package: curvecomp
Type: Package
Title: Multiple Curve Comparisons Using Parametric Bootstrap
Version: 0.1.0
Author: Kimihiro Noguchi <kimihiro.noguchi@wwu.edu>
Maintainer: Christopher Murphy <cmurphy0313@gmail.com>
Description: Performs multiple comparison procedures on curve observations among different treatment groups. The methods are applicable in a variety of situations (such as independent groups with equal or unequal sample sizes, or repeated measures) by using parametric bootstrap. References to these procedures can be found at Konietschke, Gel, and Brunner (2014) <doi:10.1090/conm/622/12431> and Westfall (2011) <doi:10.1080/10543406.2011.607751>.
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends: multcomp (>= 0.4-8.0)
RoxygenNote: 5.0.1
Packaged: 2017-09-19 04:23:46 UTC; Chris
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2017-09-19 08:25:21 UTC
6 changes: 6 additions & 0 deletions MD5
@@ -0,0 +1,6 @@
63c1f240751cd906ab3000b5b0aaa384 *DESCRIPTION
5d093776a2c87ec7600483104228062e *NAMESPACE
fd8e179a2e773ba649d924a50b1d773e *R/main.ind.R
d72d8821e38dcbfd8a9f89353d62f989 *R/main.rm.R
00681f6eb7c7c1017d21571f8bf81522 *man/param.boot.Rd
c35853c924726fb8724ef6826dae4d8d *man/param.boot.rm.Rd
8 changes: 8 additions & 0 deletions NAMESPACE
@@ -0,0 +1,8 @@
# Generated by roxygen2: do not edit by hand

export(param.boot)
export(param.boot.rm)
import(grDevices)
import(graphics)
import(multcomp)
import(stats)

0 comments on commit 1205ae2

Please sign in to comment.