borrowing_full: Full borrowing

View source: R/borrowing_full.R

borrowing_fullR 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")

psborrow2 documentation built on April 4, 2025, 12:37 a.m.