Learn R Programming

⚠️There's a newer version (1.0.8) of this package.Take me there.

Mediana

Mediana is an R package which provides a general framework for clinical trial simulations based on the Clinical Scenario Evaluation approach. The package supports a broad class of data models (including clinical trials with continuous, binary, survival-type and count-type endpoints as well as multivariate outcomes that are based on combinations of different endpoints), analysis strategies and commonly used evaluation criteria.

Find out more at http://gpaux.github.io/Mediana/ and check out the case studies.

Installation

Get the released version from CRAN:

install.packages("Mediana")

Or the development version from github:

# install.packages("devtools")
devtools::install_github("gpaux/Mediana")

When installing Mediana package, an error could occur if a java version >= 1.6 is not installed. Java is used in the ReporteRs R package which is required in the Mediana R package to generate Word report.

system("java -version") should return java version ‘1.6.0’ or greater.

In order to ensure a proper installation, it is highly recommended to install the latest version of Java in the same architecture of R (32-bit or 64-bit).

The latest version can be found at https://www.java.com/en/download/manual.jsp.

Online Manual

A detailed online manual is accessible at http://gpaux.github.io/Mediana/

Copy Link

Version

Install

install.packages('Mediana')

Monthly Downloads

306

Version

1.0.3

License

GPL-2

Maintainer

Gautier Paux

Last Published

August 25th, 2016

Functions in Mediana (1.0.3)

AnalysisModel

AnalysisModel object
Event

Event object
Criterion

Criterion object
EvaluationModel

EvaluationModel object
DataStack

DataStack object
Design

Design object
CSE

Clinical Scenario Evaluation
ExtractDataStack

ExtractDataStack function
DataModel

DataModel object
CustomLabel

CustomLabel object
MultAdj

MultAdj object
PresentationModel

PresentationModel object
families

Create list of character strings
GenerateReport

Clinical Scenario Evaluation Report
MultAdjStrategy

MultAdjStrategy object
GenerateData

Generate data
MultAdjProc

MultAdjProc object
Project

Project object
Mediana-package

Clinical Trial Simulations
OutcomeDist

OutcomeDist object
Statistic

Statistic object
Subsection

Subsection object
SimParameters

SimParameters object
Test

Test object
Table

Table object
Sample

Sample object
SampleSize

SampleSize object
Section

Section object