A function that returns a matrix with used for comparing treatment data.

get_treatment_matrix(obj)

Arguments

obj

An object to be converted to a metacoder object with object_handler.

Value

A matrix with each column representing a comparison to be made.

Details

Use this when you want to do pairwise comparisons.

See also

Examples

# NOT RUN {
if(interactive()){
 #EXAMPLE1
 }
# }