View source: R/borrowing_none.R
borrowing_none | R Documentation |
No borrowing
borrowing_none(ext_flag_col)
ext_flag_col |
character. Name of the external flag column in the matrix. |
This method evaluates only the internal comparison,
ignoring historical controls. Note that this method will filter the
model matrix based on values in ext_flag_col
.
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 BorrowingNone
.
Other borrowing:
borrowing_full()
db <- borrowing_none(
ext_flag_col = "ext"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.