File: diffs.Rd

package info (click to toggle)
r-cran-arsenal 3.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,788 kB
  • sloc: sh: 18; makefile: 5
file content (66 lines) | stat: -rw-r--r-- 1,609 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/comparedf.internal.R
\name{diffs}
\alias{diffs}
\alias{n.diff.obs}
\alias{n.diff.obs.comparedf}
\alias{n.diff.obs.summary.comparedf}
\alias{n.diffs}
\alias{n.diffs.comparedf}
\alias{n.diffs.summary.comparedf}
\alias{diffs.comparedf}
\alias{diffs.summary.comparedf}
\title{Extract differences}
\usage{
n.diff.obs(object, ...)

\method{n.diff.obs}{comparedf}(object, ...)

\method{n.diff.obs}{summary.comparedf}(object, ...)

n.diffs(object, ...)

\method{n.diffs}{comparedf}(object, ...)

\method{n.diffs}{summary.comparedf}(object, ...)

diffs(object, ...)

\method{diffs}{comparedf}(
  object,
  what = c("differences", "observations"),
  vars = NULL,
  ...,
  by.var = FALSE
)

\method{diffs}{summary.comparedf}(
  object,
  what = c("differences", "observations"),
  vars = NULL,
  ...,
  by.var = FALSE
)
}
\arguments{
\item{object}{An object of class \code{comparedf} or \code{summary.comparedf}.}

\item{...}{Other arguments (not in use at this time).}

\item{what}{Should differences or the not-shared observations be returned?}

\item{vars}{A character vector of variable names to subset the results to.}

\item{by.var}{Logical: should the number of differences by variable be reported, or should
all differences be reported (the default).}
}
\description{
Extract differences (\code{diffs()}), number of differences (\code{n.diffs()}),
or number of not-shared observations (\code{n.diff.obs()}) from a \code{comparedf} object.
}
\seealso{
\code{\link{comparedf}} \code{\link{summary.comparedf}}
}
\author{
Ethan Heinzen
}