search for: statsoft

Displaying 20 results from an estimated 22 matches for "statsoft".

Did you mean: jstatsoft
2009 Dec 17
1
Error for making packages under windows XP-Error in library.dynam(lib, package, package.lib)
...stalled the necessary tools for making a R package under windows and am sure these tool have been correctly configured. I am very new to try writing a package, so the error may be very obvious for you. Forgive me if it is too easy. My package name is *stam*, and i put it under the folder "D:/StatSoft/R/MyPackage/". I have two folders,*R* and *man*. Besides, i also have *description* and *namespace** *files. It is a very simple beta package. Following is the error after using "R CMD check mypackage". Thanks very much. ######### * using log directory 'D:/StatSoft/R/MyPackage/...
2009 Aug 31
3
Two way joining vs heatmap
Hi STATISTICA has a function called "Two-way joining" (see http://www.statsoft.com/TEXTBOOK/stcluan.html#twotwo) and the reference material states that this is based on the method as published by Hartigan (found this paper: http://www.jstor.org/pss/2284710 through wikipedia). What is the relationship (if any) between the "heatmap" function in R and this technique?...
2002 Dec 03
0
RE: Initial release of RSOAP - a simple interface to R via SOAP
The second URL in the previous message is incorrect, it should be http://software.biostat.washington.edu/statsoft/snake/RSOAP, i.e. omit the final '/manage'. > -----Original Message----- > From: Warnes, Gregory R > Sent: Tuesday, December 03, 2002 4:41 PM > To: R-Announce (E-mail) > Subject: Initial release of RSOAP - a simple interface to R via SOAP > > > > Announcing t...
2011 Feb 17
2
A very basic line-plot question
...dan doug height 150 152 155 134 141 I am trying to create a line plot, with names on X-axis and height measure on Y. how can i get it through R. I could get several versions which are close (dotchart, bargraph), but not quite the same thing. I am looking for something like http://www.statsoft.com/Portals/0/blog/line_plot.jpg with option to add more lines, such as weight measurement for above data. Thanks, A [[alternative HTML version deleted]]
2011 May 20
2
Variability plot in R
...a in each category, box plots are used rather than dot plots.) Usually, the categories are factor level combinations. All the dot plots appear in the same window; below the x-axis a hierarchy of factors shows which dot plot corresponds to which factor-level combination. Examples can be seen http://statsoft.com/support/blog/entryid/64/user-defined-variability-plots/ and http://www.public.iastate.edu/~wrstephe/stat495/GaugeRR_WaferThickness_JMPOutput.pdf By reordering the factor names in the function call, the user can reorder the factor level combinations on the graph, making it easier to do the visu...
2002 Dec 03
0
Initial release of RSOAP - a simple interface to R via SOAP
Announcing the initial public release of RSOAP at http://software.biostat.washington.edu/statsoft/snake/RSOAP. Description: RSOAP provides a SOAP interface for the open-source statistical package R. It permits software to take advantage of the advanced statistical analysis techniques provided by R---running either locally or on a remote machine---using the simple and widely accepted SOAP...
2003 Mar 06
0
Initial release of RSessionDA
...p://www.w3.org/TR/SOAP/"> communications protocol. This allows > Zope to access multiple independent R sessions running (if desired) on a > separate compute server. > > For more information on or to download RSessionDA see: > > <http://software.biostat.washington.edu/statsoft/snake/RSessionDA> or > <http://www.zope.org/Members/warnes/RSessionDA/> > > For more information on or to download RSOAP see: > > <http://software.biostat.washington.edu/statsoft/snake/RSOAP> or > > For more information on Zope see: > > <http://www...
2002 Dec 03
0
Initial release of RSOAP - a simple interface to R via SOAP
Announcing the initial public release of RSOAP at http://software.biostat.washington.edu/statsoft/snake/RSOAP. Description: RSOAP provides a SOAP interface for the open-source statistical package R. It permits software to take advantage of the advanced statistical analysis techniques provided by R---running either locally or on a remote machine---using the simple and widely accepted SOAP...
2003 Mar 06
0
Initial release of RSessionDA
...p://www.w3.org/TR/SOAP/"> communications protocol. This allows > Zope to access multiple independent R sessions running (if desired) on a > separate compute server. > > For more information on or to download RSessionDA see: > > <http://software.biostat.washington.edu/statsoft/snake/RSessionDA> or > <http://www.zope.org/Members/warnes/RSessionDA/> > > For more information on or to download RSOAP see: > > <http://software.biostat.washington.edu/statsoft/snake/RSOAP> or > > For more information on Zope see: > > <http://www...
2002 Feb 11
0
read.table in TCL/TK interface
...ng example.) (2) Is it possible to use a variableSelection widget to select a special variable which i can use to replace in R commands like: rpart( selectedVar ~.,data) ? (3) What occur the difference run tcl/tk code in R-Winedt , i get the results only when i use paste ! $ source("D:/Statsoft/rw1041/code/TCL-TK.R") ****************************************************** The source for this demo can be found in the file: D:/Statsoft/rw1041/library/tcltk/demo/tkttest.R ****************************************************** ### Command executed via Tk ### t.test(Ozone[Month == 5], Oz...
2004 Sep 08
1
Feil i websider (PR#7216)
Warnings about /metno/internweb/fouweb/htdocs/teknisk/verktoy/R/faq.html BAD LINK: http://stat.ethz.ch/R/manual/ BAD LINK: http://nlme.stat.wisc.edu/MEMSS/ BAD LINK: http://stats.mth.uea.ac.uk/Rcgi/ BAD LINK: http://software.biostat.washington.edu/statsoft/ess/ ------------------------------------------------------------ Warnings about /metno/internweb/fouweb/htdocs/teknisk/verktoy/R/resources.html BAD LINK: http://fou.oslo.dnmi.no/teknisk/verktoy/R/r-announce@lists.r-project.org BAD LINK: http://fou.oslo.dnmi.no/teknisk/verktoy/R/r-help@lists.r-...
2006 Apr 27
0
What are the differences between ACF and PACF in time seriesanalysis?
Hello Michael, see as an online resource: http://www.statsoft.com/textbook/sttimser.html or get hold on a time series analysis textbook, like one of the monographies written by Hamilton; Luetkepohl; Brockwell & Davis; Harvey or Box & Jenkins, to name but a few. In a nutshell, PACF 'eliminates' intermediate autocorrelations compared to ACF, e....
2011 Jul 07
1
Naive Bayes Classifier
...he finite mixture model to estimate P (x | C) and using a normal distribution. In my research I use binary data and I want modeled P (x | C), eg the Poisson distribution. Are the packages in the r-project that allows for replacing kernel to estimate P (x | C) as another distribution (the http://www.statsoft.com/textbook/naive-bayes-classifier/)? Or I must implement such a solution yourself? Best Marcin M. -- View this message in context: http://r.789695.n4.nabble.com/Naive-Bayes-Classifier-tp3652658p3652658.html Sent from the R help mailing list archive at Nabble.com.
2009 Sep 11
0
problem formula (newbe)
Dear R-users,   I am trying to run a function of the package “adabag” (e.g. boosting.cv) in order to determine a proper number of cluster that I would specify later on my KMeans clustering. (I had this idea from: http://www.statsoft.com/TEXTBOOK/stcluan.html)   However, I do have a problem with the “formula” parameter of e.g. boosting.cv : I am not familiar with these formulas and my research in the R user guide did not really helped me:   I have 2 columns in my dataset corresponding to 2 “response” variables (x = coordi...
2004 Dec 22
2
how to fit in R
Good morning, in my work I need to study data distributions and so I need to fit the experimental distribution by theoretical curves such as normal, Poison, binomial and so on. I'd like to know, given a vector of data, for example x<-rnorm (1000, 10) if they follow a normal distribution. I'd like to do a fit (to estimate the parameters of the theoretical distribution) and then a
2017 Nov 14
0
Possible bug(s) causing ggplot2 and XLConnect to crash recent builds of r-devel
...t of R. It does not occur under the build of the 2017-06-27 r72859 development snapshot of R. I installed the latest build with an empty R library tree " D:/Analyses/R LibDevel". > .libPaths() [1] "D:/Analyses/R LibDevel" [2] "C:/Program Files/StatSoft/R/R-devel.724/library" I installed package ggplot2 and its dependencies from CRAN using RStudio. As a result the following 20 packages were the only packages installed in the previously empty library tree: "colorspace","dichromat","digest","ggplot2",&q...
2003 Mar 24
9
Scripting with an external editor
I've had time to return to the "external editor" project. The following function does almost what I want, which is to allow an external editor to feed command lines to R. ext.editor<-function(editor) { ext.input<-pipe(editor,"r") eval(parse(ext.input)) close(ext.input) } While the description of parse() indicates that it should parse input line by line, the
2002 Oct 01
2
Does R have graphlets?
I've been experimenting some with the graphlets which S-Plus 6.1 has. Is there something similar in R? I've looked through documentations, and at SJava, but haven't found it. (If you don't know what a graphlet is, here's what it appears to be: a graphlet is a binary file that encodes information about a graph. Java uses spgraph.jar to display the graph and allow certain
2007 Aug 03
2
Opening a script with the R editor via file association (on Windows)
Is there an easy way to open an R script file in the R Editor found in more recent versions of R on Windows via a file association? I am looking for functionality akin to how the ".ssc" file extension works for S-Plus: upon double-clicking on a ".R" file, Rgui.exe starts up and loads the script file in the R Editor. As far as I can tell, Rgui.exe does not have a command line
2010 Apr 21
2
problem of R CMD check
Hi all, Today, i just installed the newest R version 2.10.1 and other necessary tools for building R package under windows,e.g. Rtools, perl. All are the newest version. After the correct configuration under windows, i use it to re-check my old package. I found the following prolem when checking EXAMPLE, which did not exist before this re-installation. ######## * checking examples ... ERROR