check_scores {stratamatch}R Documentation

Check Scores

Description

Checks that prognostic scores are the same length as data

Usage

check_scores(prognostic_scores, data, outcome)

Arguments

prognostic_scores

a numeric vector

data

data.frame with observations as rows, features as columns

outcome

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

Value

nothing


[Package stratamatch version 0.1.9 Index]