arsenal (version 2.0.0)

diffs: Extract differences

Description

Extract differences, number of differences, or number of not-shared observations from a compare object.

Usage

n.diff.obs(object, ...)

# S3 method for compare.data.frame n.diff.obs(object, ...)

# S3 method for summary.compare.data.frame n.diff.obs(object, ...)

n.diffs(object, ...)

# S3 method for compare.data.frame n.diffs(object, ...)

# S3 method for summary.compare.data.frame n.diffs(object, ...)

diffs(object, ...)

# S3 method for compare.data.frame diffs(object, vars = NULL, ..., by.var = FALSE)

# S3 method for summary.compare.data.frame diffs(object, vars = NULL, ..., by.var = FALSE)

Arguments

object

An object of class compare.data.frame or summary.compare.data.frame.

...

Other arguments (not in use at this time).

vars

A character vector of variable names to subset the results to.

by.var

Logical: should the number of differences by variable be reported, or should all differences be reported (the default).

See Also

compare.data.frame summary.compare.data.frame