.add_namespace {contrastable} | R Documentation |
Lookup namespace of contrast scheme function
Description
Given the name of a contrast scheme (ie the function name that creates the contrast matrix), lookup which namespace it belongs to and add it to the string. Used to report which packages are used in the glimpse table, e.g., stats, contrastable, bayesTestR
Usage
.add_namespace(scheme_names)
Arguments
scheme_names |
Character vector |
Value
character vector of updated function names with namespaces
[Package contrastable version 1.0.2 Index]