Creates a new hit comparison object with specified condition names.
Usage
hc_new(cond1name = "Condition 1", cond2name = "Condition 2")
Arguments
- cond1name
A character string for the first condition name
(max length 25).
- cond2name
A character string for the second condition name
(max length 25).
Value
An object of class "hitcomp" containing empty data lists
and condition names.