Learn R Programming

zebu (version 0.1.3.0)

print.lassie: Print a lassie object

Description

Print a lassie object as an array or a data.frame.

Usage

# S3 method for lassie
print(x, type, what_x, range, what_range, what_sort, decreasing, na.rm, ...)

Arguments

x

lassie S3 object.

type

print style: 'array' for array or 'df' for data.frame.

what_x

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

range of values to be retained (vector of two numeric values).

what_range

character specifying what value range refers to (same options as what_x). By default, takes the first value in what_x.

what_sort

character specifying according to which values should x be sorted (same options as what_x). By default, takes the first value in what_x.

decreasing

logical value specifying sort order.

na.rm

logical value indicating whether NA values should be stripped.

...

other arguments passed on to methods. Not currently used.

See Also

lassie, permtest