Skip to content

Commit

Permalink
eliminate references to progress_timeCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Lawrence committed Jul 30, 2012
1 parent cc5f801 commit bcf604b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions man/ez-package.Rd
Expand Up @@ -29,7 +29,6 @@ This package contains several useful functions:
\item{\code{\link{ezResample}}}{Resamples data, useful when bootstrapping.}
\item{\code{\link{ezStats}}}{Provides between-Ss descriptive statistics for any given user-requested effect.}
\item{\code{\link{progress_time}}}{A progress bar that estimates time remaining.}
\item{\code{\link{progress_timeCI}}}{A progress bar that estimates time remaining, including a bootstrapped confidence interval (useful when operations vary in duration).}
This package also contains two data sets:
\item{\code{\link{ANT}}}{Simulated data from the Attention Network Test}
\item{\code{\link{ANT2}}}{Messy version of the ANT data set}
Expand All @@ -41,6 +40,6 @@ To report bugs or request features, please visit: \url{https://github.com/mike-l
To keep up to date on developments related to this package, join the discussion group at: \url{http://groups.google.com/group/ez4r}
}
\seealso{
\code{\link{ANT}}, \code{\link{ANT2}}, \code{\link{ezANOVA}}, \code{\link{ezBoot}}, \code{\link{ezBootPlot}}, \code{\link{ezCor}}, \code{\link{ezDesign}}, \code{\link{ezMixed}}, \code{link{ezMixedRel}}, \code{\link{ezPerm}}, \code{\link{ezPlot}}, \code{\link{ezPrecis}}, \code{\link{ezPredict}}, \code{\link{ezResample}}, \code{\link{ezStats}}, \code{\link{progress_time}}, \code{\link{progress_timeCI}}
\code{\link{ANT}}, \code{\link{ANT2}}, \code{\link{ezANOVA}}, \code{\link{ezBoot}}, \code{\link{ezBootPlot}}, \code{\link{ezCor}}, \code{\link{ezDesign}}, \code{\link{ezMixed}}, \code{link{ezMixedRel}}, \code{\link{ezPerm}}, \code{\link{ezPlot}}, \code{\link{ezPrecis}}, \code{\link{ezPredict}}, \code{\link{ezResample}}, \code{\link{ezStats}}, \code{\link{progress_time}}
}
\keyword{ package }
2 changes: 1 addition & 1 deletion man/ezResample.Rd
Expand Up @@ -84,7 +84,7 @@ var_boots = ldply(
mean_cell_vars$iteration = x
return(mean_cell_vars)
}
, .progress = 'timeCI'
, .progress = 'time'
)


Expand Down

0 comments on commit bcf604b

Please sign in to comment.