borrowing_full {psborrow2}R Documentation

Full borrowing

Description

Full borrowing

Usage

borrowing_full(ext_flag_col)

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.

Value

Object of class BorrowingFull.

See Also

Other borrowing: borrowing_none()

Examples

fb <- borrowing_full("ext")

[Package psborrow2 version 0.0.3.4 Index]