Learn R Programming

psborrow2 (version 0.0.4.0)

borrowing_full: Full borrowing

Description

Full borrowing

Usage

borrowing_full(ext_flag_col)

Value

Object of class BorrowingFull.

Arguments

ext_flag_col

character. Name of the external flag column in the matrix.

Details

Method

This method does not distinguish between internal and external arms, effectively pooling patients.

External Control

The ext_flag_col argument refers to the column in the data matrix that contains the flag indicating a patient is from the external control cohort.

See Also

Other borrowing: borrowing_none()

Examples

Run this code
fb <- borrowing_full("ext")

Run the code above in your browser using DataLab