View source: R/borrowing_full.R
borrowing_full | R Documentation |
Full borrowing
borrowing_full(ext_flag_col)
ext_flag_col |
character. Name of the external flag column in the matrix. |
This method does not distinguish between internal and external arms, effectively pooling patients.
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.
Object of class BorrowingFull
.
Other borrowing:
borrowing_none()
fb <- borrowing_full("ext")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.