Learn R Programming

rpact (version 1.0.0)

getDesignCharacteristics: Get Design Characteristics

Description

Calculates the characteristics of a design and returns it.

Usage

getDesignCharacteristics(design)

Arguments

design

The design.

Value

Returns a TrialDesignCharacteristics object.

Details

Calculates the inflation factor (IF), the expected reduction in sample size under H1, under H0, and under a value in between H0 and H1. Furthermore, absolute information values are calculated under the prototype case testing H0: mu = 0 against H1: mu = 1.

Examples

Run this code
# NOT RUN {
# Run with default values
getDesignCharacteristics(getDesignGroupSequential()) 

# }

Run the code above in your browser using DataLab