[Rqda-commits] r51 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Dec 19 08:30:41 CET 2008
Author: wincent
Date: 2008-12-19 08:30:41 +0100 (Fri, 19 Dec 2008)
New Revision: 51
Modified:
pkg/man/CrossCodes.rd
pkg/man/relation.rd
Log:
Modified: pkg/man/CrossCodes.rd
===================================================================
--- pkg/man/CrossCodes.rd 2008-12-18 09:35:25 UTC (rev 50)
+++ pkg/man/CrossCodes.rd 2008-12-19 07:30:41 UTC (rev 51)
@@ -15,7 +15,7 @@
\item{relation}{The relation between codes}
\item{codeList}{A character vector, the codes list on which the inter-code relationship is based}
\item{data}{Data frame return by \code{GetCodingTable},may be subset of the full coding table}
- \itme{print}{When TRUE, print the results automatically}
+ \item{print}{When TRUE, print the results automatically}
\item{cid1}{Length-1 code id. It is numeric.}
\item{cid2}{Length-1 code id. It is numeric.}
\item{\dots}{ \code{\dots} is not used yet.}
@@ -37,11 +37,12 @@
For \code{CrossCode}, it is a matrix. The upper matrix contains the
number of codings fitting the relation between the respective two
codes. the lower matrix is all NA. rownames of the matrix is the name of
-the codes , and the colnames of the matrix is the corresponding id of codes.
+the codes , and the colnames of the matrix is the corresponding id of
+codes.
-
For \code{CrossCodes}, it is a numeric vector.
}
+\seealso{\code{\link{relation}}}
\examples{
\dontrun{
CrossCodes()
Modified: pkg/man/relation.rd
===================================================================
--- pkg/man/relation.rd 2008-12-18 09:35:25 UTC (rev 50)
+++ pkg/man/relation.rd 2008-12-19 07:30:41 UTC (rev 51)
@@ -11,9 +11,9 @@
%- maybe also 'usage' for other objects documented here.
\arguments{
\item{index1}{ The first coding index, it is length-2 integer vector
- with index1[1] < index1[2]}
+ with index1[1] less than index1[2]}
\item{index2}{ The second coding index, it is length-2 integer vector
- with index2[1] < index2[2].}
+ with index2[1] less than index2[2].}
}
\details{
The relation between two codings can be any of inclusion, overlap, exact
More information about the Rqda-commits
mailing list