borrowing_none {psborrow2} | R Documentation |
No borrowing
Description
No borrowing
Usage
borrowing_none(ext_flag_col)
Arguments
ext_flag_col |
character. Name of the external flag column in the matrix. |
Details
Method
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
.
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 BorrowingNone
.
See Also
Other borrowing:
borrowing_full()
Examples
db <- borrowing_none(
ext_flag_col = "ext"
)
[Package psborrow2 version 0.0.3.4 Index]