Formats a lassie
object for printing to console
(see print.lassie
) and for writing to a file
(see write.lassie
). Melts probability or local association
measure arrays into a data.frame.
# S3 method for lassie
format(x, what_x, range, what_range, what_sort, decreasing, na.rm, ...)
lassie
S3 object.
vector specifying values to be returned:
'local': local association measure values (default).
'obs': observed probabilities.
'exp': expected probabilities.
'local_p': p-value of local association (after running permtest
).
range of values to be retained (vector of two numeric values).
character specifying what value range
refers to
(same options as what_x
).
By default, takes the first value in what_x
.
character specifying according to which values should x
be sorted
(same options as what_x
).
By default, takes the first value in what_x
.
logical value specifying sort order.
logical value indicating whether NA values should be stripped.
other arguments passed on to methods. Not currently used.