Displaying 20 results from an estimated 5000 matches similar to: "Save R-Part Tree"
2010 Sep 16
1
Nemenyi test as a post-hoc test to Kruskal Wallis
Dear all,
I've discovered the possibility to do the Nemenyi-Damico-Wolfe-Dunn test in the library(coin); oneway_test()
With the given example I am unfortunately not able to reproduce the test. What does trafo and contrMat mean?
I have a dataframe with 176 elements in 7 classes. It may be a problem, that my model isn't balanced? In Class1 I happen to have 4 elements, while there are 90 in
2010 Feb 26
2
Error in mvpart example
Dear all,
I'm getting an error in one of the stock examples in the 'mvpart' package. I tried:
require(mvpart)
data(spider)
fit3 <- rpart(gdist(spider[,1:12],meth="bray",full=TRUE,sq=TRUE)~water+twigs+reft+herbs+moss+sand,spider,method="dist") #directly from ?rpart
summary(fit3)
...which returned the following:
Error in apply(formatg(yval, digits - 3), 1,
2011 Jan 04
4
Can the WINE window be larger on high resolution settings?
I was reading this post http://forum.winehq.org/viewtopic.php?p=45535&sid=6957add8af3402a8afa68d8527121e2d
and others like it looking for a way to make the content in the WINE window look larger.
I mean to look like 800x600 resolution when the monitor settings is at 1024x768.
So, I have typed this on the command line:
Code:
wine explorer /desktop=spider,800x600 spider.exe or wine explorer
2010 Aug 13
3
Delete rpart/mvpart cross-validation output
Dear all,
I was wondering if there is a simple way to avoid printing the multiple
cross-validation automatic output to the console of recursive partitionning
functions like rpart or mvpart. For example...
> data(spider)
>
mvpart(data.matrix(spider[,1:12])~herbs+reft+moss+sand+twigs+water,spider,xv="1se",xvmult=100)
*X-Val rep : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
2001 Nov 09
2
spider / radar plot
Hmmmm, not quite statistics,
but can R do spider plot like shown in
http://seamonkey.ed.asu.edu/~behrens/asu/msms/student/recent_vis/spider.html
or
http://www.caesarsystems.com/Technica/spiderPlots.htm
Thanks for any hints, Mathias
--
virtual earth
Mathias Picker
Gesch?ftsf?hrer Gesellschaft f?r Wissens re/pr? sentation mbH
2013 Apr 19
4
Spider Plot
Does any one have a sample code for a Spider Plot as attached?
Thanks,
Xing
2008 Jun 04
2
Creating a "simple" Radar/Spider Plot from Statgraphics
I'm new to R - and trying to create a plot similiar to the spider plot at
http://www.statgraphics.com/eda.htm#radar .
I can't figure out several things... most of which I would think would be
straightforward....
How can I change the lines for each series plotted instead of creating a
filled area?
How can I get the labels for each of the radial axes at the outside of the
plot
2017 Sep 13
17
[PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation
Signed-off-by: Allen Pais <allen.lkml at gmail.com>
---
arch/powerpc/platforms/cell/spider-pci.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/platforms/cell/spider-pci.c b/arch/powerpc/platforms/cell/spider-pci.c
index d1e61e2..82aa3f7 100644
--- a/arch/powerpc/platforms/cell/spider-pci.c
+++ b/arch/powerpc/platforms/cell/spider-pci.c
@@ -106,7 +106,7
2008 Aug 28
2
Spider Graph
Is there an R function to generate a radar or spider graph from a table
- e.g. radar(table(x)) or some such?
==================================================
Isaac T. Van Patten, Ph.D.
Professor
Department of Criminal Justice
Box 6934, Radford University
Radford, VA 24142
540-831-6148
ivanpatt@radford.edu <mailto:ivanpatt@radford.edu>
http://ivanpatt.asp.radford.edu
2019 May 02
2
NUT on Raspberry PI 3b+
I was able to make NUT and my Powercom SPIDER UPS (USB port) work under
the Raspberry Pi Desktop (Debian). Everything works in VMware
Workstation 15 Player. But my Raspberry Pi 3b + (with raspbian last
version) doesn’t work with the same UPS, and with same NUT
configuration. Raspberry sees the UPS, but the driver does not cling.
Here is the response of Raspberry 3b + to some commands.
pi at
2005 Jun 06
1
Rails spider/site copy with internal web requests
Hi all,
On a related topic to Web spidering, I would like to solve a problem
of internally spidering and saving a Rails application from within
rails.
The goal is to spider and save each resource in a site to a
filesystem friendly structure
/many/things/1?page=3 -> many_things_1_page_3.html
or /many/things/1?page=3 -> many/things/1_page_3.html
If a redirect is created
2011 Sep 08
3
Spider (Radar) Plot
Dear R Group:
Based on the following data, how to do a great Spider (Radar) Plot? Any
advice is greatly appreciated.
HospID Rate Age Charlson NIHSS 1 0.2 49 3.5 0 2 0.1 48 1.8 12 3 0.4 56
2.1 5 4 0.3 77 0 7 5 0.2 67 6.5 3 6 0.1 62 4.8 4.6 7 0.1 64 12 5.2 8 0.3 61
3 2.8 9 0.15 69 4.5 1.9 10 0.22 80 0 6.7 11 0.34 61 6 4.2 12 0.18 63 3 6.1
13 0.09 64 8 15 12 0 56 10 11 15 0.1 70 11 7 16
2008 Oct 30
3
Help Getting Program to Run
Hello,
I am a new Wine user and have what is perhaps an odd request. I am trying to switch over to Ubuntu completely but haven't done that just yet. I have a Windows XP host machine with Ubuntu (8.10) installed as a VirtualBox guest machine. I have installed Wine on Ubuntu. My wife loves the Windows Spider game so I thought I would try to get that to run under Wine. Alas, no luck.
I have
2010 Feb 05
2
Spider Plot color problem
Hi all,
I have encountered a problem which appears to have defeated my (admittedly
nascent) R skills. I want to draw a spider plot with many cases (just over
300). I am primarily interested in the difference between 4 categories of
cases, and want to display them as different colors. the col.stars parameter
does not change the color of the lines (which I'm after), but fills the
stars in
2012 Nov 21
2
Spider Graph
Hi,
Is the stars command in the base package or do I need to download?
I am looking to make star/radar/spider charts.
Thanks!
Britt
Britt Aronovich
Marketing Analyst
BAM (Brooklyn Academy of Music)
...
Peter Jay Sharp Building
30 Lafayette Ave.
Brooklyn, NY 11217-01486
...
P: 718.724.8038
E: baronovich@BAM.org<mailto:baronovich@BAM.org>
BAM.org
Facebook.com/BAMstage
2010 Mar 15
3
Frequencies from a matrix - spider from frequencies
First of all, I really like R! Still being a newbie, I find things (the
difficult ones) to be very simple.
Alas, some 'simple' things still escape me. (Maybe the tutorials are
often too much focused on the 'difficult' items??)
Here comes my 'problem', over which I have sweated for the last 2 hours:
My data are of a matrix 10x31, Likert Scale (1-5). 10 questions, 31
2007 Jul 27
3
Is mechanize thread safe?
Hello all,
I was just wondering if anybody knew whether mechanize is supposed to
be thread-safe or not? I didn''t really find any information about it
anywhere. I''ve been getting a strange error in protocol.rb when I run
a script that uses mechanize in a multi threaded fashion, but not with
a single thread.
I''m trying to write a spider that does multiple gets in
2023 Apr 14
0
Aktivierung von Postbank BestSign
[Postbank-Geldautomaten - Alle Infos zu Standorten, H?chstbetr?gen und vergessenem Geld]
Sehr geehrter Kunde,
Unsere BestSign App ist keine weitere Banking-App, sondern eine separate Anwendung nur f?r Ihr BestSign-Sicherheitsverfahren.
Sie wollen Ihre Auftr?ge einfach mit Ihrem Mobilger?t freigeben, Ohne viel Drumherum oder viele Klicks, Nur schnell, einfach und sicher.
Mit der BestSign App
2008 Sep 25
1
Spider Charts and Gruff: THE JOY OF GRAPHING
I hope this day finds you well.
I need to generate Spider charts (aka radar charts) , and am using Gruff
to do so.
How can I show lines and axis numbers on a Spider chart? Here''s what
I''m trying to make:
http://img.skitch.com/20080925-m573hhdy4n4x6i92s17knjqjeg.jpg
How can I have those 0 - 100 numbers, and the concentric cirles in the
graph?
Joe
--
Posted via
2006 Feb 10
2
[LLVMdev] llvm for macho/x86 target
hi all,
sorry I had problems with my last mail (I hope this
goes through).
Do the llvm binutils currently support macho/x86 (for
use with mactels?)
thanks in advance
-- Jakob
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de