Displaying 20 results from an estimated 935 matches for "deduce".
Did you mean:
reduce
2012 Mar 28
0
Updates to the Deducer family of packages
Dear R users,
Over the past month there have been a number of package updates in the deducer ecosystem. Deducer is a general purpose, extensible, data analysis GUI. It is designed to be a free easy to use alternative to proprietary data analysis software such as SPSS, JMP, and Minitab. It has a menu system to do common data manipulation and analysis tasks, and an excel-like spreadsheet in...
2012 Mar 28
0
Updates to the Deducer family of packages
Dear R users,
Over the past month there have been a number of package updates in the deducer ecosystem. Deducer is a general purpose, extensible, data analysis GUI. It is designed to be a free easy to use alternative to proprietary data analysis software such as SPSS, JMP, and Minitab. It has a menu system to do common data manipulation and analysis tasks, and an excel-like spreadsheet in...
2010 Aug 16
0
Major update of Deducer, including GSOC funded work
A new version of Deducer (0.4) has been sent to CRAN, and should be
propagating to all the mirrors in due course. Also, a new plug-in
package (DeducerExtras) has also been released to CRAN, containing
additional dialogs and functionality.
I would like to take this opportunity to thank the R community for
choosing...
2010 Aug 16
0
Major update of Deducer, including GSOC funded work
A new version of Deducer (0.4) has been sent to CRAN, and should be
propagating to all the mirrors in due course. Also, a new plug-in
package (DeducerExtras) has also been released to CRAN, containing
additional dialogs and functionality.
I would like to take this opportunity to thank the R community for
choosing...
2010 Mar 15
0
Deducer 0.2-3 and DeducerPlugInExample released
I would like to announce the release of Deducer 0.2-3 and the new
package DeducerPlugInExample.
-----------------------------------
Deducer is designed to be a free easy to use alternative to
proprietary data analysis software such as SPSS, JMP, and Minitab. It
has a menu system to do common data manipulation and analysis tasks,
and a...
2010 Mar 15
0
Deducer 0.2-3 and DeducerPlugInExample released
I would like to announce the release of Deducer 0.2-3 and the new
package DeducerPlugInExample.
-----------------------------------
Deducer is designed to be a free easy to use alternative to
proprietary data analysis software such as SPSS, JMP, and Minitab. It
has a menu system to do common data manipulation and analysis tasks,
and a...
2009 Aug 03
0
Deducer 0.1 : An intuitive cross-platform data analysis GUI
Deducer 0.1 has been released to CRAN
Deducer is designed to be a free, easy to use, alternative to proprietary
software such as SPSS, JMP, and Minitab. It has a menu system to do common
data manipulation and data analysis tasks, and an excel-like spreadsheet in
which to view and edit data frames. The go...
2009 Aug 03
0
Deducer 0.1 : An intuitive cross-platform data analysis GUI
Deducer 0.1 has been released to CRAN
Deducer is designed to be a free, easy to use, alternative to proprietary
software such as SPSS, JMP, and Minitab. It has a menu system to do common
data manipulation and data analysis tasks, and an excel-like spreadsheet in
which to view and edit data frames. The go...
2009 Dec 03
0
Deducer: An R data analysis GUI
Announcing a new version of Deducer:
Deducer 0.2-1 is an intuitive, cross-platform graphical data analysis
system. It uses menus and dialogs to guide the user efficiently through
the data manipulation and analysis process, and has an excel like
spreadsheet for easy data frame visualization and editing. Deducer works
best when used...
2009 Dec 03
0
Deducer: An R data analysis GUI
Announcing a new version of Deducer:
Deducer 0.2-1 is an intuitive, cross-platform graphical data analysis
system. It uses menus and dialogs to guide the user efficiently through
the data manipulation and analysis process, and has an excel like
spreadsheet for easy data frame visualization and editing. Deducer works
best when used...
2010 Oct 02
1
Deducer and Contingency Tables
Is there a way to use Deducer to analyze contingency table data that is only
available in a row-by-column summary form (not a data frame)?
Thanks. Jim Watkins
2010 Dec 06
10
R crashes when making graphs
hi,
i am running R with JGR and Deducer under Ubuntu Mint Lucid. since i updated to R 2.12 i can no longer make graphs - R just crashes.
the full error report was posted to launchpad (https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/675905) without any success so far.
anyone with a similar problem or helpful suggestions?
thank...
2010 Sep 25
0
Deducer 0.4-1 and JGR 1.7-2 released
Hi All,
I would like to announce the release of Deducer 0.4-1 and JGR 1.7-2 to CRAN. The updates should be propagating through the mirrors over the next few days. On the Deducer side we have a number of nice improvements:
1. A new Text Field Widget for plug-ins is included, which is better suited for entering/displaying numeric and short string fields...
2010 Sep 25
0
Deducer 0.4-1 and JGR 1.7-2 released
Hi All,
I would like to announce the release of Deducer 0.4-1 and JGR 1.7-2 to CRAN. The updates should be propagating through the mirrors over the next few days. On the Deducer side we have a number of nice improvements:
1. A new Text Field Widget for plug-ins is included, which is better suited for entering/displaying numeric and short string fields...
2010 Nov 30
3
[LLVMdev] LLVM Inliner
On Nov 29, 2010, at 1:17 AM, Duncan Sands wrote:
> Hi David,
>
>> Interesting -- LLVM does perform on the fly cleanups during inlining
>> transformation -- this will make summary update precise. One thing I notice from
>> the debug pass dump is that the 'deduce function attribute' pass happens before
>> the clean up -- Is it intended?
>
> you are correct. This is due to a limitation of the pass manager: it would
> clearly be better to run the function attributes pass after the per-function
> passes that follow the inliner, but curr...
2013 Sep 05
1
[LLVMdev] why functionattrs doesn't add dependency of AliasAnalysis
Hi, List,
As you may know, BCC of android makes use of LLVM's major components. Its
LTO actually selects some optimizations of LLVM.
I found it can not only use "-functionattrs". I must first use
-argpromotion first, or I end up this error:
Pass 'Deduce function attributes' is not initialized.
Verify if there is a pass dependency cycle.
Required Passes:
bcc: external/llvm/lib/VMCore/PassManager.cpp:616: void
llvm::PMTopLevelManager::schedulePass(llvm::Pass*): Assertion `PI &&
"Expected required passes to be initialized"'...
2003 Nov 21
2
How to tell if key is encrypted?
I would like to automatically deduce in a script if an ssh key is
encrypted or not. Basically in a very particular application I want
to be the BOFH and enforce that users place a passphrase on their
id_rsa key. If they don't put a passphrase I want to send them back
to ssh-keygen until they do. I have not been able to deduce a...
2012 Oct 03
0
error in Deducer in 1-m: m is missing
...iptives' from the analysis menu on the same data
set on both machines. It runs as expected on 1.7-9 but give the error
message in the header in version 1.7-11. Other analysis procedures seem to
run fine in both. Whgy?
--
View this message in context: http://r.789695.n4.nabble.com/error-in-Deducer-in-1-m-m-is-missing-tp4644859.html
Sent from the R help mailing list archive at Nabble.com.
2019 Sep 23
5
Consulta
Buenas tarde a todo en s:
Tenia la versión de R 3.6 y utilizaba la paquetería de pdftools para extraer información de archivos en pdf actualice la versión 3.6.1 y ya no reconoce la paquetería alguien que me pueda ayudar. Prácticamente no reconoce las funciones de pdftools
library(pdftools)
library(stringr)?
library(NLP)?
library(tm)?
library(tesseract)?
library(magick)?
2005 Mar 10
2
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
...Build started: Project: x86, Configuration: Debug Win32 ------
Compiling...
X86FloatingPoint.cpp
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(196) :
error C2784: 'bool std::operator <(const
std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem *)' : could not
deduce template argument for 'const
std::basic_string<_Elem,_Traits,_Ax> &' from 'unsigned int'
c:\Program Files\Microsoft Visual Studio
8\VC\include\string(148) : see declaration of 'std::operator`<''
c:\Program Files\Microsoft Visual Studio
8\VC\i...