[Asrr-commits] r7 - pkg pkg/man www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 15 16:25:13 CET 2009
Author: wincent
Date: 2009-01-15 16:25:13 +0100 (Thu, 15 Jan 2009)
New Revision: 7
Added:
pkg/CITATION
Modified:
pkg/man/fs_truthTable.rd
pkg/man/reduce.rd
www/index.html
Log:
Added: pkg/CITATION
===================================================================
--- pkg/CITATION (rev 0)
+++ pkg/CITATION 2009-01-15 15:25:13 UTC (rev 7)
@@ -0,0 +1,10 @@
+To cite package 'ASRR' in publications use:
+
+Huang Ronggui. 2008. ASRR: Applied Sociological Research with R. R package version 0.0-1.http://asrr.r-forge.r-project.org/.
+
+ at Manual{ASRR_rgHUANG,
+ title = {ASRR: Applied Sociological Research with R},
+ author = {Ronggui HUANG},
+ year = {2008},
+ url = {http://asrr.r-forge.r-project.org/}
+}
\ No newline at end of file
Modified: pkg/man/fs_truthTable.rd
===================================================================
--- pkg/man/fs_truthTable.rd 2009-01-13 14:50:54 UTC (rev 6)
+++ pkg/man/fs_truthTable.rd 2009-01-15 15:25:13 UTC (rev 7)
@@ -35,7 +35,7 @@
the number of cases with strong membership in each corner (usually
greater then 0.5), and the consistency of the empirical evidence for
each corner. By specifying the frequency thresholds for fuzzy-set
- assessments (the 'ncases_cutoff' argument), and assessing the
+ assessments (the \code{ncases_cutoff} argument), and assessing the
consistency of fuzzy-set subset relations (the 'consistency_cutoff'
argument), we can finally construct a truthTable.
}
Modified: pkg/man/reduce.rd
===================================================================
--- pkg/man/reduce.rd 2009-01-13 14:50:54 UTC (rev 6)
+++ pkg/man/reduce.rd 2009-01-15 15:25:13 UTC (rev 7)
@@ -2,6 +2,7 @@
\alias{reduce}
\alias{print.QCA}
\alias{summary.QCA}
+\alias{[.QCA}
\title{ Boolean miniziation for csQCA, mvQCA and fsQCA }
\description{
This is the core funtion for QCA (Qualitative Comparative
@@ -22,6 +23,8 @@
\method{print}{QCA}(x, traditional = TRUE, show.truthTable = TRUE, ...)
\method{summary}{QCA}(object, traditional = TRUE, show.case = TRUE, ...)
+
+\method{[}{QCA}(object, which)
}
\arguments{
\item{mydata}{a data frame}
@@ -57,6 +60,9 @@
\item{object}{an object of class 'QCA', which is usually returned from
\code{reduce}.}
\item{show.case}{logical, show case names when it is TRUE.}
+ \item{which}{numeric vector, indices specifying elements to
+extract. Extraction of a solution or (prime implicant) is essentially a
+extraction on a list. you can refer to \code{[} for more details.}
}
\details{
Outcome is the variable to be explained by the conditions. Conditions
@@ -76,7 +82,7 @@
in the final solutions.
The traditional way uses upper-case letters representing 1 and and
- lower-case letters reprensenting 0. The Tosmana-style use
+ lower-case letters reprensenting 0. The Tosmana-style uses
\code{condition{value}} to represent the prime implicants.
}
\value{
Modified: www/index.html
===================================================================
--- www/index.html 2009-01-13 14:50:54 UTC (rev 6)
+++ www/index.html 2009-01-15 15:25:13 UTC (rev 7)
@@ -31,6 +31,9 @@
<h1>Installation</h1>
<p>Launch R, then use R command to install ASRR: <I>install.packages("ASRR",repos=" http://R-Forge.R-project.org",dependencies=TRUE)</I> .
+<h1>How to cite the software</h1>
+<p> Ronggui HUANG (2009). ASRR: Applied Sociological Research with R. R package version 0.0-1. http://asrr.r-forge.r-project.org/
+
<h1>More...</h1>
<p>The project summary page you can find <A HREF="http://r-forge.r-project.org/projects/asrr/">Here</A>.
<p>Homepage of <A HREF="http://ronggui.huang.googlepages.com/">the author</A>.
More information about the Asrr-commits
mailing list