Title: Estimation weight functions in meta analysis
Diff between selectMeta versions 1.0.0 dated 2010-11-15 and 1.0.1 dated 2010-11-26
Description: Publication bias, the fact that studies identified for
inclusion in a meta analysis do not represent all studies on
the topic of interest, is commonly recognized as a threat to
the validity of the results of a meta analysis. One way to
explicitly model publication bias is via selection models or
weighted probability distributions. In this package we provide
implementations of several parametric and nonparametric weight
functions. The novelty in Rufibach (2010) is the proposal of a
non-increasing variant of the nonparametric weight function of
Dear & Begg (1992). The new approach potentially offers more
insight in the selection process than other methods, but is
more flexible than parametric approaches. To maximize the
log-likelihood function proposed by Dear & Begg (1992) under a
monotonicity constraint we use a differential evolution
algorithm proposed by Ardia et al (2010a, b) and implemented in
Mullen et al (2009).
Author: Kaspar Rufibach
Maintainer: Kaspar Rufibach
selectMeta-1.0.0/selectMeta/R/disp.r |only
selectMeta-1.0.0/selectMeta/man/disp.Rd |only
selectMeta-1.0.1/selectMeta/DESCRIPTION | 8 ++++----
selectMeta-1.0.1/selectMeta/NEWS |only
selectMeta-1.0.1/selectMeta/R/DearBegg.r | 4 ++--
selectMeta-1.0.1/selectMeta/R/DearBeggMonotone.r | 2 +-
selectMeta-1.0.1/selectMeta/R/IyenGreenLoglikT.r | 2 +-
selectMeta-1.0.1/selectMeta/R/effectBias.r |only
selectMeta-1.0.1/selectMeta/R/normalizeT.r | 2 +-
selectMeta-1.0.1/selectMeta/man/DearBegg.Rd | 18 +++++++++++++++---
selectMeta-1.0.1/selectMeta/man/effectBias.Rd |only
selectMeta-1.0.1/selectMeta/man/selectMeta-package.Rd | 4 ++--
12 files changed, 26 insertions(+), 14 deletions(-)
Title: Generalized Estimation Equation solver
Diff between gee versions 4.13-15 dated 2010-07-27 and 4.13-16 dated 2010-11-26
Description: Generalized Estimation Equation solver
Author: Vincent J Carey. Ported to R by Thomas Lumley (versions 3.13
and 4.4) and Brian Ripley
Maintainer: Brian Ripley
ChangeLog | 4 ++++
DESCRIPTION | 9 +++++----
R/ugee.R | 3 ++-
3 files changed, 11 insertions(+), 5 deletions(-)
Title: Server Side Scripting with R
Diff between SSSR versions 1.0.2 dated 2010-11-23 and 1.0.3 dated 2010-11-26
Description: This package is for using R as a server side scripting
language with session, application and cookie support
Author: Mehmet Hakan Satman
Maintainer: Mehmet Hakan Satman
DESCRIPTION | 7 ++++---
R/SSSR.r | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
Title: Hidden Markov Models simulations and estimations
Diff between RHmm versions 1.3.4 dated 2010-11-15 and 1.4.2 dated 2010-11-26
Description: Discrete, univariate or multivariate gaussian, mixture of
univariate or multivariate gaussian HMM functions for
simulation and estimation.
Author: Ollivier TARAMASCO, Sebastian Bauer
Maintainer: Ollivier TARAMASCO
DESCRIPTION | 13
R/RHmm-HyperNew.R | 8
R/RHmm-internals.R | 12
R/RHmm.R | 108 ++-
README | 9
man/HMMFit.rd | 4
man/HMMSet.rd | 5
man/asymptoticSimCovMat.rd | 6
src/AllDistributions.h | 6
src/Debogage.h | 52 -
src/Hmm.h | 52 -
src/Kmeans.cpp | 224 +++----
src/Kmeans.h | 8
src/Main.cpp | 16
src/Makevars | 38 +
src/MultivariateNormalUtil.cpp | 56 -
src/MultivariateNormalUtil.h | 54 -
src/OTMathUtil.h | 6
src/REquivalents.h | 8
src/RHmm.cpp | 1136 ++++++++++++++++++++--------------------
src/RHmm.h | 48 -
src/SamplesUtil.cpp | 44 -
src/SamplesUtil.h | 6
src/cBaumWelch.cpp | 312 +++++-----
src/cBaumWelch.h | 40 -
src/cBaumWelchInParam.cpp | 74 +-
src/cBaumWelchInParam.h | 32 -
src/cCyclicVector.h |only
src/cDiscrete.cpp | 174 +++---
src/cDiscrete.h | 38 -
src/cDistribution.h | 36 -
src/cHmm.cpp | 307 +++++-----
src/cHmm.h | 38 -
src/cHmmFit.cpp | 475 ++++++++--------
src/cHmmFit.h | 40 -
src/cInParam.cpp | 92 +--
src/cInParam.h | 32 -
src/cLogBaumWelch.cpp | 356 ++++++------
src/cLogBaumWelch.h | 40 -
src/cMixtMultivariateNormal.cpp | 418 +++++++-------
src/cMixtMultivariateNormal.h | 44 -
src/cMixtUnivariateNormal.cpp | 272 ++++-----
src/cMixtUnivariateNormal.h | 42 -
src/cMultivariateNormal.cpp | 382 ++++++-------
src/cMultivariateNormal.h | 40 -
src/cOTError.cpp | 12
src/cOTError.h | 14
src/cOTMatrix.cpp | 634 +++++++++++-----------
src/cOTMatrix.h | 79 +-
src/cOTVector.cpp | 402 +++++++-------
src/cOTVector.h | 82 +-
src/cRUtils.cpp | 573 ++++++++++----------
src/cRUtils.h | 258 ++++-----
src/cRandomGenerator.h | 22
src/cUnivariateNormal.cpp | 220 +++----
src/cUnivariateNormal.h | 34 -
src/cViterbi.cpp | 189 +++---
src/cViterbi.h | 20
src/logprob.cpp | 6
src/logprob.h | 6
60 files changed, 3961 insertions(+), 3793 deletions(-)
Title: HTML Writer - Outputs R objects in HTML format
Diff between hwriter versions 1.2 dated 2010-03-17 and 1.3 dated 2010-11-26
Description: Easy-to-use and versatile functions to output R objects in
HTML format
Author: Gregoire Pau
Maintainer: Gregoire Pau
hwriter-1.2/hwriter/DONE |only
hwriter-1.3/hwriter/CHANGES |only
hwriter-1.3/hwriter/DESCRIPTION | 12 ++---
hwriter-1.3/hwriter/R/example.R | 12 ++---
hwriter-1.3/hwriter/R/hwriter.R | 59 ++++++++++++++--------------
hwriter-1.3/hwriter/R/page.R | 16 ++++---
hwriter-1.3/hwriter/R/table.R | 5 --
hwriter-1.3/hwriter/TODO | 2
hwriter-1.3/hwriter/inst/doc/hwriter.pdf |binary
hwriter-1.3/hwriter/inst/images/hwriter.css | 28 ++++++-------
hwriter-1.3/hwriter/man/hwrite.Rd | 2
hwriter-1.3/hwriter/man/hwriter-package.Rd | 2
hwriter-1.3/hwriter/man/openPage.Rd | 12 ++++-
13 files changed, 80 insertions(+), 70 deletions(-)
Title: Student Growth Percentile and Percentile Growth
Projection/Trajectory Functions
Diff between SGP versions 0.0-6.4 dated 2010-10-21 and 0.0-6.5 dated 2010-11-26
Description: Functions to calculate student growth percentiles and
percentile growth projections/trajectories for students using
large scale, longitudinal assessment data. Functions use
quantile regression to estimate the conditional density
associated with each student's achievement history. Percentile
growth projections/trajectories are calculated using the
coefficient matrices derived from the quantile regression
analyses and specify what percentile growth is required for
students to reach future achievement targets.
Author: Damian W. Betebenner
Maintainer: Damian W. Betebenner
DESCRIPTION | 12 ++--
R/studentGrowthPercentiles.R | 65 +++++++++++++++-----------
R/studentGrowthProjections.R | 41 ++++++++++------
data/stateData.rda |binary
inst/CITATION | 4 -
inst/NEWS | 8 +++
man/SGP-package.Rd | 4 -
man/stateData.Rd | 11 ++--
man/studentGrowthPercentiles.Rd | 98 +++++++++++++++++++++++++++++++++-------
man/studentGrowthProjections.Rd | 3 -
10 files changed, 173 insertions(+), 73 deletions(-)
Title: Population and Evolutionary Genetics Analysis System
Diff between pegas versions 0.3-2 dated 2010-06-10 and 0.3-3 dated 2010-11-26
Description: pegas provides functions for reading, writing, plotting,
analysing, and manipulating allelic and haplotypic data, and
for the analysis of population nucleotide sequences including
coalescence analyses.
Author: Emmanuel Paradis
Maintainer: Emmanuel Paradis
ChangeLog | 17 +++++++++++++++++
DESCRIPTION | 8 ++++----
R/IO.R | 22 ++++++++++++++++++++--
R/amova.R | 26 +++++++++++++++-----------
R/conversion.R | 29 +++++++++++++++++++++++------
R/summary.loci.R | 2 +-
Thanks | 2 ++
inst/doc/ReadingFiles.Rnw | 4 ++--
inst/doc/ReadingFiles.pdf |binary
inst/doc/pegas.bib | 25 ++++++++++++-------------
man/conversion.Rd | 13 +++++++------
man/read.loci.Rd | 21 +++++++++++++--------
12 files changed, 116 insertions(+), 53 deletions(-)
Title: Multivariate Data Handling in Ecology and Biogeography
Diff between mefa versions 3.1-4 dated 2009-11-15 and 3.1-6 dated 2010-11-26
Description: A framework package aimed to provide standardized
computational environment for specialist work via object
classes to represent the data coded by samples, taxa and
segments (i.e. subpopulations, repeated measures). It supports
easy processing of the data along with cross tabulation and
relational data tables for samples and taxa. An object of class
`mefa' is a project specific compendium of the data and can be
easily used in further analyses. Methods are provided for
extraction, aggregation, conversion, plotting, summary and
reporting of `mefa' objects. Reports can be generated in plain
text or LaTeX format. Vignette contains worked examples.
Author: Peter Solymos
Maintainer: Peter Solymos
mefa-3.1-4/mefa/R/as.data.frame.dist.R |only
mefa-3.1-4/mefa/man/as.data.frame.dist.Rd |only
mefa-3.1-6/mefa/DESCRIPTION | 10 +++++-----
mefa-3.1-6/mefa/NAMESPACE | 17 ++++++++++++++---
mefa-3.1-6/mefa/R/aoplot.R |only
mefa-3.1-6/mefa/R/aoplot.default.R |only
mefa-3.1-6/mefa/R/as.data.frame.mefa.R | 2 +-
mefa-3.1-6/mefa/R/as.mefa.default.R | 7 +++++--
mefa-3.1-6/mefa/R/image.dist.R |only
mefa-3.1-6/mefa/R/plot.mefa.R | 18 +++++++++++++-----
mefa-3.1-6/mefa/R/plot.stcs.R | 2 +-
mefa-3.1-6/mefa/R/samp.R |only
mefa-3.1-6/mefa/R/samp.mefa.R |only
mefa-3.1-6/mefa/R/segm.R |only
mefa-3.1-6/mefa/R/segm.mefa.R |only
mefa-3.1-6/mefa/R/stack.dist.R |only
mefa-3.1-6/mefa/R/taxa.R |only
mefa-3.1-6/mefa/R/taxa.mefa.R |only
mefa-3.1-6/mefa/R/xtab.R |only
mefa-3.1-6/mefa/R/xtab.mefa.R |only
mefa-3.1-6/mefa/inst/ChangeLog | 15 +++++++++++++++
mefa-3.1-6/mefa/inst/doc/mefa.pdf |binary
mefa-3.1-6/mefa/man/aggregate.mefa.Rd | 10 ++++++++++
mefa-3.1-6/mefa/man/aoplot.Rd |only
mefa-3.1-6/mefa/man/image.dist.Rd |only
mefa-3.1-6/mefa/man/plot.mefa.Rd | 8 ++++----
mefa-3.1-6/mefa/man/stack.dist.Rd |only
27 files changed, 68 insertions(+), 21 deletions(-)
Title: Groupwise summary statistics, general linear contrasts, LSMEANS
(least-squares-means), and other utilities
Diff between doBy versions 4.1.1 dated 2010-11-12 and 4.1.2 dated 2010-11-26
Description: Facilities for groupwise computations of summary
statistics and other facilities for working with grouped data.
Author: Søren Højsgaard
Maintainer: Søren Højsgaard
doBy-4.1.1/doBy/man/recodevar.Rd |only
doBy-4.1.2/doBy/ChangeLog | 10 +
doBy-4.1.2/doBy/DESCRIPTION | 14 +-
doBy-4.1.2/doBy/R/TimeSinceEvent.R |only
doBy-4.1.2/doBy/R/summaryBy.R | 22 +--
doBy-4.1.2/doBy/doBy-Ex.R | 46 ++++++
doBy-4.1.2/doBy/inst/doc/doBy.Rnw | 108 +++++++++++----
doBy-4.1.2/doBy/inst/doc/doBy.pdf |binary
doBy-4.1.2/doBy/man/lsmeans.Rd | 238 +++++++++++++++++-----------------
doBy-4.1.2/doBy/man/recodeVar.Rd |only
doBy-4.1.2/doBy/man/subSeq.Rd | 5
doBy-4.1.2/doBy/man/summaryBy.Rd | 222 ++++++++++++++++---------------
doBy-4.1.2/doBy/man/timeSinceEvent.Rd |only
13 files changed, 391 insertions(+), 274 deletions(-)
Title: Rcpp integration for Armadillo templated linear algebra library
Diff between RcppArmadillo versions 0.2.9 dated 2010-11-12 and 0.2.10 dated 2010-11-26
Description: R and Armadillo integration using Rcpp Armadillo is a
templated C++ linear algebra library (by Conrad Sanderson) that
aims towards a good balance between speed and ease of use.
Integer, floating point and complex numbers are supported, as
well as a subset of trigonometric and statistics functions.
Various matrix decompositions are provided through optional
integration with LAPACK and ATLAS libraries.
A delayed evaluation approach is employed (during compile time) to
combine several operations into one, and to reduce (or
eliminate) the need for temporaries. This is accomplished
through recursive templates and template meta-programming.
This library is useful if C++ has been decided as the language of
choice (due to speed and/or integration capabilities), rather
than another language.
The RcppArmadillo package includes the header files from the templated
Armadillo library (currently version 1.0.0). Thus users do not
need to install Armadillo itself in order to use RcppArmadillo.
This Armadillo integration provides a nice illustration of the
capabilities of the Rcpp package for seamless R and C++
integration.
Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
Maintainer: Romain, Dirk and Doug
ChangeLog | 17 ++++++++
DESCRIPTION | 25 +++++------
R/RcppArmadillo.package.skeleton.R | 4 -
R/fastLm.R | 21 +++++++++
inst/NEWS | 13 ++++++
inst/doc/RcppArmadillo-unitTests.pdf |binary
inst/doc/unitTests-results/RcppArmadillo-unitTests.html | 6 +-
inst/doc/unitTests-results/RcppArmadillo-unitTests.txt | 34 ++++++++--------
inst/include/armadillo_bits/arma_version.hpp | 15 +++++--
inst/skeleton/Makevars | 2
src/Makevars | 2
src/Makevars.win | 2
12 files changed, 97 insertions(+), 44 deletions(-)
Title: Boruta -- a tool for finding significant attributes in
information systems
Diff between Boruta versions 1.3 dated 2010-09-02 and 1.4 dated 2010-11-26
Description: Boruta is a feature selection algorithm based on a
randomForest predictor. It selects the full set of all
important attributes by comparing original attributes
importance with datum importance of their randomised copies.
Author: Algorithm by Witold R. Rudnicki
Maintainer: Miron B. Kursa
DESCRIPTION | 8 ++++----
R/Boruta.R | 34 ++++++++++++++--------------------
R/TentativeRoughFix.R | 9 ++++++---
inst/NEWS | 12 +++++++++++-
man/Boruta.Rd | 2 +-
5 files changed, 36 insertions(+), 29 deletions(-)
Title: Tools for the analysis of air pollution data
Diff between openair versions 0.3-15 dated 2010-10-14 and 0.3-25 dated 2010-11-26
Description: Tools to analyse, interpret and understand air pollution
data. Data are typically hourly time series and both monitoring
data and dispersion model output can be analysed. Many
functions can also be applied to other data, including
meteorological and traffic data.
Author: David Carslaw and Karl Ropkins
Maintainer: David Carslaw
DESCRIPTION | 8 -
NAMESPACE | 8 +
R/MannKendall.R | 21 ++-
R/calcFno2.R | 24 +++
R/calcPercentile.R | 7 +
R/calendarPlot.R | 9 +
R/cutData.R | 4
R/import.2.R | 196 +++++++++++++++++-----------
R/import.R | 344 ++++++++++++++++++++++++++++++++++++++++++--------
R/importADMS.R | 88 ++++++++----
R/kernelExceed.R |only
R/linearRelation.R | 11 +
R/openair.generics.R |only
R/polarAnnulus.R | 11 +
R/polarFreq.R | 13 +
R/polarPlot.R | 191 ++++++++++++++++-----------
R/scatterPlot.R | 37 ++++-
R/smoothTrend.R | 14 +-
R/timeAverage.R | 15 +-
R/timePlot.R | 170 ++++++++++++++----------
R/trendLevel.R | 6
R/windRose.R | 24 ++-
man/MannKendall.Rd | 33 +++-
man/calcFno2.Rd | 14 ++
man/calendarPlot.Rd | 14 ++
man/import.Rd | 64 ++++++---
man/kernelExceed.Rd |only
man/linearRelation.Rd | 14 ++
man/openair-class.Rd |only
man/polarAnnulus.Rd | 14 ++
man/polarFreq.Rd | 15 ++
man/polarPlot.Rd | 82 ++++++++---
man/scatterPlot.Rd | 29 +++-
man/smoothTrend.Rd | 18 ++
man/timeAverage.Rd | 11 -
man/timePlot.Rd | 60 ++++++--
man/trendLevel.Rd | 19 ++
man/windRose.Rd | 70 ++++++----
38 files changed, 1207 insertions(+), 451 deletions(-)
Title: The multivariate normal and t distributions
Diff between mnormt versions 1.3-3 dated 2009-03-21 and 1.3-4 dated 2010-11-26
Description: This package provides functions for computing the density
and the distribution function of multivariate normal and
multivariate "t" distributions, and for generating random
vectors sampled from these distributions. Probabilities are
computed via a non-Monte Carlo method; different routines are
used for the case d=1, d=2, d>2, if d denotes the number of
dimensions.
Author: Fortran code by Alan Genz, R code by Adelchi Azzalini
Maintainer: Adelchi Azzalini
DESCRIPTION | 22 +++++++++++-----------
R/mnormt.R | 3 +--
history.txt | 1 +
3 files changed, 13 insertions(+), 13 deletions(-)
Title: A graphical approach to sequentially rejective multiple test
procedures
Diff between gMCP versions 0.3-3 dated 2010-11-15 and 0.3-4 dated 2010-11-26
Description: This package provides functions and a graphical user
interface for graphical described sequentially rejective
multiple test procedures.
Author: Kornelius Rohmeyer
Maintainer: Kornelius Rohmeyer
gMCP-0.3-3/gMCP/inst/doc/EpsilonEdges.Rnw |only
gMCP-0.3-3/gMCP/inst/doc/EpsilonEdges.pdf |only
gMCP-0.3-3/gMCP/inst/java-src/org/mutoss/gui/datatable/DataView.java |only
gMCP-0.3-3/gMCP/inst/java-src/org/mutoss/gui/datatable/HeaderCellValue.java |only
gMCP-0.3-3/gMCP/inst/java-src/org/mutoss/gui/datatable/HeaderRenderer.java |only
gMCP-0.3-3/gMCP/inst/java-src/org/mutoss/gui/datatable/JXTable2.java |only
gMCP-0.3-3/gMCP/inst/unitTests/runit.graphSRMTP.R |only
gMCP-0.3-4/gMCP/DESCRIPTION | 6 -
gMCP-0.3-4/gMCP/NAMESPACE | 4 -
gMCP-0.3-4/gMCP/NEWS | 7 +
gMCP-0.3-4/gMCP/R/exampleGraphs.R | 2
gMCP-0.3-4/gMCP/R/gMCP.R | 34 +++++++--
gMCP-0.3-4/gMCP/R/matrix2graph.R |only
gMCP-0.3-4/gMCP/TODO | 7 +
gMCP-0.3-4/gMCP/inst/doc/gMCP.Rnw | 17 ++++
gMCP-0.3-4/gMCP/inst/doc/gMCP.pdf |binary
gMCP-0.3-4/gMCP/inst/doc/pictures/FullFeaturedGUI.png |binary
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/CreateGraphGUI.java | 17 ++++
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/MenuBarMGraph.java | 4 -
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/datatable/CellEditorE.java | 9 --
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/datatable/CellEditorEps.java | 7 -
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/datatable/CellValue.java | 12 ---
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/datatable/DataFramePanel.java | 20 +----
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/datatable/DataTable.java | 37 ----------
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/datatable/DataTableModel.java | 15 ----
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/datatable/EpsilonTableCellRenderer.java | 1
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/datatable/RDataFrameRef.java | 10 --
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/graph/ControlMGraph.java | 22 +++++
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/graph/DialogConfIntEstVar.java | 16 +++-
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/graph/Edge.java | 9 +-
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/graph/GraphView.java | 2
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/graph/NetzListe.java | 15 +++-
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/graph/PView.java | 2
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/graph/UpdateEdge.java | 10 +-
gMCP-0.3-4/gMCP/inst/java-src/org/mutoss/gui/options/GeneralPanel.java | 1
gMCP-0.3-4/gMCP/inst/java/gsrmtp.jar |binary
gMCP-0.3-4/gMCP/inst/unitTests/runit.graphGMCP.R |only
gMCP-0.3-4/gMCP/man/matrix2graph.Rd |only
38 files changed, 152 insertions(+), 134 deletions(-)
Title: Dependent Mixture Models - Hidden Markov Models of GLMs and
Other Distributions in S4
Diff between depmixS4 versions 1.0-0 dated 2010-08-05 and 1.0-1 dated 2010-11-26
Description: Fit latent (hidden) Markov models on mixed categorical and
continuous (timeseries) data, otherwise known as dependent
mixture models
Author: Ingmar Visser
Maintainer: Ingmar Visser
DESCRIPTION | 10 +++---
NAMESPACE | 3 +
NEWS | 44 ++++++++++++++++++++++------
R/EM.R | 59 ++++++++++++++++++++++++--------------
R/depmixfit.R | 18 +++++------
R/em.control.R |only
R/makePriorModel.R | 2 -
R/makeTransModels.R | 7 +---
R/responseGLM.R | 2 -
R/responseGLMMULTINOM.R | 2 -
inst/doc/depmixS4.Rnw | 22 ++++++++------
inst/doc/depmixS4.pdf |binary
man/GLMresponse.Rd | 10 +++---
man/depmix.fit.Rd | 74 +++++++++---------------------------------------
man/em.control.Rd |only
man/makeDepmix.Rd | 35 ++++++++++++----------
man/responses.Rd | 38 ++++++++++++------------
man/simulate.Rd | 2 -
man/transInit.Rd | 2 -
tests/test3responses.R | 5 +--
20 files changed, 168 insertions(+), 167 deletions(-)
Title: Power and Sample size based on two one-sided t-tests (TOST) for
bioequivalence studies
Diff between PowerTOST versions 0.7-3 dated 2010-11-08 and 0.8-1 dated 2010-11-26
Description: Contains functions to calculate power and sample size for
various study designs used for bioequivalence studies. See
function known.designs() for study designs covered. Moreover
the package contains functions for power and sample size based
on 'expected' power in case of uncertain (estimated)
variability. Added are functions for the power and sample size
for the ratio of two means with normally distributed data on
the original scale (based on Fieller's confidence ('fiducial')
interval).
Author: Detlew Labes
Maintainer: D. Labes
DESCRIPTION | 8 ++++----
NEWS | 5 +++++
R/CVfromCI.R |only
R/DesignHelpers.R | 22 +++++++++++-----------
R/SampleSize.R | 2 +-
R/expSampleSize.R | 4 ++--
R/exppower.R | 4 ++--
man/CVfromCI.Rd |only
man/PowerTOST-package.Rd | 12 ++++++------
man/exppower.TOST.Rd | 8 ++++----
man/expsampleN.TOST.Rd | 8 ++++----
11 files changed, 39 insertions(+), 34 deletions(-)