Displaying 20 results from an estimated 2000 matches similar to: "new version of QCAGUI"
2006 Jun 04
0
new package QCAGUI
Dear list members,
I'm pleased to let you know there's a new package on CRAN called QCAGUI, a
graphical user interface for the QCA package.
This is a stripped down version of John Fox's Rcmdr package, plus a couple of
menus for QCA.
My thanks to John Fox for his encouragement and advice.
Regards,
Adrian
--
Adrian DUSA
Romanian Social Data Archive
1, Schitu Magureanu Bd
050025
2014 Jun 16
1
index.search
Dear r-devel,
I am trying to automatically check if two successive versions of a
package have the same results (i.e. code not broken), by parsing the
example sections for each function against a previously tested
version.
While trying to replicate the code from example(), I am facing an
error related with te "index.search" function (line 7 in the example()
code).
This is the code I am
2012 Jul 31
0
QCA version 1.0-4 released
Dear All,
QCA package version 1.0-4 has been released today, the sources are now
visible on CRAN and the binaries for Windows and MacOS should appear
in a couple of more days.
We highly recommend upgrading to this version. Apart from a number of
small bug fixes, the most notable reason to upgrade is a dramatic
increase in speed, due to the compilation of some computationally
intensive parts of
2012 Jul 31
0
QCA version 1.0-4 released
Dear All,
QCA package version 1.0-4 has been released today, the sources are now
visible on CRAN and the binaries for Windows and MacOS should appear
in a couple of more days.
We highly recommend upgrading to this version. Apart from a number of
small bug fixes, the most notable reason to upgrade is a dramatic
increase in speed, due to the compilation of some computationally
intensive parts of
2009 Sep 20
0
New version of QCA
Hi,
A new version of the QCA package (0.6-0) was submitted to CRAN.
This is a major improvement, now working with multi-valued data (previous
versions accepted binary data only).
The "classical" function qmcc() still accepts only binary data, but the
enhanced function eqmcc() is now ready for mvQCA.
The QCA package performs the Quine-McCluskey algorithm for Qualitative
Comparative
2012 Apr 08
0
new version of QCA
Dear All,
I have just uploaded a new version of the QCA (Qualitative Comparative
Analysis) on CRAN, and it will be propagated in a couple of days.
This is version 1.0-0 ("Easter edition") of the package, straight from
the previous version 0.6-5, and it represent a major re-write of the
package in order to accomodate fuzzy-sets. I am pleased to welcome
Alrik Thiem as a co-author of this
2012 Apr 08
0
new version of QCA
Dear All,
I have just uploaded a new version of the QCA (Qualitative Comparative
Analysis) on CRAN, and it will be propagated in a couple of days.
This is version 1.0-0 ("Easter edition") of the package, straight from
the previous version 0.6-5, and it represent a major re-write of the
package in order to accomodate fuzzy-sets. I am pleased to welcome
Alrik Thiem as a co-author of this
2009 Sep 20
0
New version of QCA
Hi,
A new version of the QCA package (0.6-0) was submitted to CRAN.
This is a major improvement, now working with multi-valued data (previous
versions accepted binary data only).
The "classical" function qmcc() still accepts only binary data, but the
enhanced function eqmcc() is now ready for mvQCA.
The QCA package performs the Quine-McCluskey algorithm for Qualitative
Comparative
2012 Jun 27
2
a problem of approach
Dear R-help list,
Part of a program I wrote seem to take a significant amount of time,
therefore I am looking for an alternative approach.
In order to explain what is does:
- the input is a sorted vector of integer numbers
- some higher numbers may be derived (using a mathematical formula)
from lower numbers, therefore they should be eliminated
- at the end, the vector should contain only
2007 Jan 23
0
version 0.3 of QCA
Dear list members,
A new version of the QCA package is now on CRAN.
The QCA package implements the Quine-McCluskey algorithm for boolean
minimizations, according to the Qualitative Comparative Analysis.
Along with the additional improvements in version 0.3-1 (soon to be released
on CRAN), this code is about 100 times faster than the previous "major"
release (0.2-6). It can now
2007 Jan 23
0
version 0.3 of QCA
Dear list members,
A new version of the QCA package is now on CRAN.
The QCA package implements the Quine-McCluskey algorithm for boolean
minimizations, according to the Qualitative Comparative Analysis.
Along with the additional improvements in version 0.3-1 (soon to be released
on CRAN), this code is about 100 times faster than the previous "major"
release (0.2-6). It can now
2012 Jul 27
1
C code validation
Dear R-devel,
I'm trying to validate the results from a C function, against a (trial
and tested) older R function. For reasons unknown to me, the C
function seems to give different result sometimes at each trial, even
with the very same data.
These are the relevant outputs from R:
> library(QCA)
Loading required package: lpSolve
> benchmark <- function(x, y) {
+ index <- 0
2006 Feb 07
0
new package QCA
Dear list members,
I am pleased to let you know that R met with QCA - Qualitative Comparative
Analysis.
This package has a few functions that implement the Quine-McCluskey algorithm,
adapted to social sciences by Charles Ragin (as describes in his book from
1987 "The Comparative Method").
Future versions of this package will have more functions to address the
fuzzy-set minimization
2007 Sep 09
0
QCA version 0.4-5
QCA implements the Qualitative Comparative Analysis using a boolean
minimization algorithm for data coded with presence/absence of the causal
conditions that affects a phenomenon of interest.
This new release has an experimental function that obtains the same exact
solutions as the main minimization function, using a shortcut instead of the
classical complete and exhaustive algorithm. This
2014 Feb 06
3
C headers
Dear list,
Just upgraded to MacOS Mavericks, fresh install of R 3.0.2 and trying to
install a previous version of my QCA package (the most recent one source
file, which passed the R CMD check --as-cran with R 3.0.1)
I seem to have some difficulties in the C code, apparently it doesn't find
some headers (please see below):
============
$ R CMD INSTALL --no-multiarch
2007 Oct 30
2
slow tcl/tk
Dear list,
Building my QCAGUI package using Rcmdr 1.3.0, under R 2.6.0 (using Kubuntu
Gutsy) I noticed the library starts visibly slower than... somewhere in the
past.
I used the same version of Rcmdr under previous versions of R and the tcl/tk
window used to open instantly. Under the current version though, the window
take seconds to open: first it builds the base window, then the menus and
2007 Sep 16
1
programming question
Dear list,
I have a vector of numbers, let's say:
myvec <- c(2, 8, 24, 26, 51, 57, 58, 78, 219)
My task is to reduce this vector to non-reducible numbers; small numbers can
cross-out some of the larger ones, based on a function let's say called
reduce()
If I apply the function to the first element 2, my vector gets shorted to:
> (myvec <- reduce(myvec[1]))
[1] 2 24 51
2012 Jun 19
1
R and C pointers
Dear R devel,
Apologies for these (most probably trivial) questions, doing my first
attempt to call C from R (and actually learning C in the process).
I need to pass a matrix to C, and after reading R-exts.pdf (many
times), I was unable to find how to handle matrices at C-level...
except for, what probably is the answer, that matrices are in fact
vectors with dimensions.
This is a sample code I
2012 Apr 05
2
"NA" vs. NA
Dear All,
I assume this is an R-devel issue, apologies if I missed something
obvious. I have a dataframe where the row names are country codes,
based on ISO 3166, something like this:
------------
"v1" "v2"
"UK" 1 2
"NA" 2 3
------------
It happens that "NA" is the country code for "Namibia", and that
creates problems on
2012 Jun 21
2
debug R objects at C level
Dear R-devel,
I am now at a debugging phase, and would like to inspect the
(individual) values in an arbitrary R vector. It should be simple, but
after hours of reading I am simply unable to find the right
information.
A possible C code is:
?????????????????
# include <R.h>
# include <Rinternals.h>
# include <R_ext/Rdynload.h>
SEXP foo(SEXP x) // where x is a vector passed by