Recent Releases of Mediana
Mediana - Mediana v1.0.8 release
Mediana 1.0.8
New features
- Create an hexagon sticker for the package.
Bug fixes
Fix the calculation of intersection hypothesis pvalue when family weights is null for all gatekeeping procedures.
Revise the error fraction function to avoid floating point issue
Fix the images in the Case studies vignette
Revise the specification of serial and parallel parameters in MixtureGatekeepingAdj (matrix instead of list)
Revise the Outcome table generation function used for reporting
- R
Published by gpaux almost 7 years ago
Mediana - Mediana v1.0.7 release
Mediana 1.0.7
Bug fixes
- As the
ReporteRsR package is not available on the CRAN anymore, the report generation feature has been revised using theofficerandflextableR packages. These packages are now required to use theGenerateReportfunction.
- R
Published by gpaux over 7 years ago
Mediana - Mediana v1.0.6 release
Mediana 1.0.6
New features
Addition of the multinomial distribution (
MultinomialDist, see Analysis model).Addition of the ordinal logistic regression test (
OrdinalLogisticRegTest, see Analysis model).Addition of the Proportion statistic (
PropStat, see Analysis model).Addition of the Fallback procedure (
FallbackAdj, see Analysis model).Addition of a function to get the analysis results generated in the CSE using the
AnalysisStackfunction (see Analysis stack).Addition of the
ExtractAnalysisStackfunction to extract a specific set of results in anAnalysisStackobject (see Analysis stack).Creation of a vignette to describe the functions implementing the adjusted p-values (
AdjustPvalues) and one-sided simultaneous confidence intervals (AdjustCIs).Minor revisions of the generated report
It is now possible to use an option to specify the desirable direction of the treatment effect in a test, e.g.,
larger = TRUEmeans that numerically larger values are expected in the second sample compared to the first sample andlarger = FALSEotherwise. This is an optional argument for all two-sample statistical tests to be included in the Test object. By default, if this argument is not specified, it is expected that a numerically larger value is expected in the second sample (i.e., by defaultlarger = TRUE).
Bug fixes
Due to difficulties for several users to install the Mediana R package because of java issue, the
ReporteRsR pacakage is not required anymore (remove from Imports). However, to be able to generate the report, the user will require to have theReporteRsR package installed.Minor revision to the two-sample non-inferiority test for proportions to ensure that the number of successes is not greater than the sample size
- R
Published by gpaux over 7 years ago
Mediana - Mediana v1.0.5 release
Mediana 1.0.5
New features
Addition of the
AdjustPvaluesfunction which can be used to get adjusted p-values from a Multiple Testing Procedure. This function cannot be used within the CSE framework but it is an add-on function to compute adjusted p-values.Addition of the
AdjustCIsfunction which can be used to get simultaneous confidence intervals from a Multiple Testing Procedure. This function cannot be used within the CSE framework but it is an add-on function to simultaneous confidence intervals.Creation of vignettes
Bug fixes
- Revision of the dropout generation mechanism for time-to-event endpoints.
- R
Published by gpaux over 8 years ago
Mediana - Mediana v1.0.4 release
Mediana 1.0.4
New features
- Addition of the Fixed-sequence procedure (
FixedSeqAdj, see Analysis model). - Addition of the Cox method to calculate the HR, effect size and ratio of effect size for time-to-event endpoint. This can be accomplished by setting the
methodargument in the parameter list to set-up the calculation based on the Cox method. (par = parameters(method = "Cox"), see Analysis model). - Addition of the package version information in the report.
Bug fixes
- Revision of one-sided p-value computation for Log-Rank test.
- Revision of the call for Statistic in the core function (not visible).
- Revision of the function to calculate the Hazard Ratio Statistic (HazardRatioStat method). By default, this calculation is now based on the log-rank statistic ((O2/E2)/(O1/E1) where O and E are Observed and Expected event in sample 2 and sample 1. A parameter can be added using the
methodargument in the parameter list to set-up the calculation based on the Cox method (par = parameters(method = "Cox"), see Analysis model). - Revision of the function to calculate the effect size for time-to-event endpoint (
EffectSizeEventStatmethod, based on theHazardRatioStatmethod) - Revision of the functions to calculate the ratio of effect size for continuous (
RatioEffectSizeContStatmethod), binary (RatioEffectSizePropStatmethod) and event (RatioEffectSizeEventStat method) endpoint. - Revision of the function to generate the Test, Statistic, Design and result tables in the report.
- R
Published by gpaux about 9 years ago
Mediana - Mediana v1.0.3 release
Mediana 1.0.3
New features
- Addition of the Beta distribution (
BetaDist, see Data model). - Addition of the Truncated exponential distribution, which could be used as enrollment distribution (
TruncatedExpoDist, see Data model). - Addition of the Non-inferiority test for proportion (
PropTestNI, see Analysis model). - Addition of the mixture-based gatekeeping procedure (
MixtureGatekeepingAdjsee Analysis model). - Addition of a function to get the data generated in the CSE using the
DataStackfunction (see Data stack). - Addition of a function to extract a specific set of data in a
DataStackobject (see Data stack). - Addition of the "Evaluation Model" section in the generated report describing the criteria and their parameters (see Simulation report).
Bug fixes
- Revision of the generation of dropout time.
- Correction of the
NormalParamAdjfunction. - Correction of the
FisherTestfunction.
- R
Published by gpaux over 9 years ago
Mediana - Mediana v1.0.1 release
Release of the Mediana v1.0.1.
- R
Published by gpaux over 10 years ago