check_outcome {stratamatch}R Documentation

Check Outcome

Description

Checks that outcome is a string which is a column in the data

Usage

check_outcome(outcome, data, treat)

Arguments

outcome

string giving the name of column with outcome information. Required if prognostic_scores is specified. Otherwise it will be inferred from prog_formula

data

data.frame with observations as rows, features as columns

treat

string giving the name of column designating treatment assignment

Value

nothing


[Package stratamatch version 0.1.9 Index]