similar to: Help on drawing stars and radars in R (update)

Displaying 20 results from an estimated 600 matches similar to: "Help on drawing stars and radars in R (update)"

2009 Jun 10
0
Help on drawing stars and radars in R
Hi I don't know if you can help. I am a 2nd year Bsc Cosmetic Science student and in R I need some help in drawing stars. The problem that I have is I want to recreate a radar diagram similar to the one in excel. I have put in these commands in a script window: stars(shampoo1[, 1:6], locations = c(0,0), radius = TRUE, key.loc=c(0,0), main = "Ranked Results for the Sensory
2013 Jun 17
4
Javascript source client
Am 17.06.2013 11:12, schrieb Daniel James: > Airtime After several weeks of trying and calling my provider and talked to your support i gave up on airtime, because it does not work on a virtualized system, it seems the installtion script has dependencies. http://forum.sourcefabric.org/discussion/15323/airtime-install-on-ubuntu-error-in-installation-script
2009 Jun 06
1
stars (as fourfold plots) in plot (symbols don't work)
Hi! I have a dataset with three columns -the first two refer to x and y coordinates, the last one are odds ratios. I'd like to plot the data with x and y coordinates and the odds ratio shown as a fourfold plot, which I prefer to do using the stars function. Unfortunately the stars option in symbols is not as cool as the stars function on its own, and now i can't figure out how to do it!
2003 Aug 07
1
graph for selected lines in stars()
Dear listers, The following command (derived from the example in the ?stars help page) works : data(mtcars) stars(mtcars[, 1:7]) But the following gives an error: stars(mtcars[1, 1:7]) Error in s.y[i, ] : incorrect number of dimensions I was expecting to have the star graph for the first line (Mazda Rx4) The following give an incorrect graph for the first two cars : stars(mtcars[1:2, 1:7])
2019 Mar 27
1
default for 'signif.stars'
Dear R-Devel, As I am sure many of you know, a special issue of The American Statistician just came out, and its theme is the [mis]use of P values and the many common ways in which they are abused. The lead editorial in that issue mentions the 2014 ASA guidelines on P values, and goes one step further, by now recommending that the words "statistically significant" and related simplistic
1998 Sep 04
1
R-beta: Stars again
A non-text attachment was scrubbed... Name: not available Type: text Size: 1485 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980904/6c03ac2b/attachment.pl
2018 Mar 21
2
"failed to map segment from shared object" in sieve pipe
Hello, I have encountered a problem attempting to run a program in a sieve pipe. The program is a Perl script that loads a number of binary (XS) modules at runtime. The program crashes, it appears, if it tries to load too many. The (non-Perl part of the) error message is "failed to map segment from shared object? ? no additional information. Cryptic error messages like this have the odour
2019 Mar 28
1
default for 'signif.stars'
I read through the editorial. This is the one of the most mega-ultra-super-biased articles I've ever read. e.g. The authors encourage Baysian methods, and literally encourage subjective approaches. However, there's only one reference to robust methods and one reference to nonparametric methods, both of which are labelled as purely exploratory methods, which I regard as extremely
2013 Feb 07
5
Regression stars
Today's GNU R tutorial in http://how-to.linuxcareer.com/a-quick-gnu-r-tutorial-to-statistical-models-and-graphics points out how bad statistical practice is being further perpetuated, by virtue of "significance stars" still being the default in printed output from lm models. ----- Frank Harrell Department of Biostatistics, Vanderbilt University -- View this message in context:
2008 Jul 30
1
Setting fixed size for segement plot using stars() (axes size vs print size)
I have been making some segment plots with five variables. They work great, especially when I used a different scale function, which scaled them by area of the circle rather than radius scale <- function(x, Mr = 1 , Mx = 100) { ((x/Mx)^.5)*Mr} Where x is the the value, Mr is the Maximum radius, and Mx is the maximum data value. You could change the exponent .5 to .57 if you wanted Flannery
2001 Dec 27
1
scale in stars() is not as documented (PR#1230)
R 1.4.0 ?stars has scale: logical flag: if `TRUE', the columns of the data matrix are scaled independently so that the maximum value in each column is 1 and the minimum is 0. If `FALSE', the presumption is that the data have been scaled by some other algorithm to the range [0,1]. but the code has if (scale) { x <- sweep(x, 2,
2009 May 04
1
whish stars.Rd
Dear Rdev, in R 2.9.0 the doc of function stars() does not state that it returns invisibly the location of atomic graphs. This is a valuable information as it may help to set a value for the key.loc parameter of this function. My whish is just that the "value" section in stars.Rd should be documented. Best, Pr. Jean R. Lobry BTW, the URL:,
2011 Jan 12
1
Basic Stars Plot - help ..
Hi there Rers I am trying a very basic stars plot: x<-matrix(c(1,4,3,1.1,2,3,4,3,1,1,5,2), ncol = 3, byrow = TRUE, >> dimnames=list(c("a","b","c","d"),c("x","y","z"))) > > stars(x, draw.segments = TRUE, radius=TRUE) > > Can anyone explain what I am seeing there - EACH of my plots should have 3 coloured
2000 Nov 19
1
Bug in stars function (PR#738)
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --1465796871-645734172-974620647=:18687 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi all, I've discovered and (hopefully) fixed a bug in the stars function I wrote some time ago.
2011 Jul 02
1
R for Windows - 5 stars award on Windows 7 Download
Dear R Development Core Team We are more than happy that Windows 7 was launched after long restless period of waiting. Due to this expected moment, we prepared and launched new Windows 7 download website that will be used by new Windows 7 customers to look for software compatible with Windows 7. R for Windows has been reviewed by Windows 7 Download and got 5 stars award:
2017 Aug 30
1
Dataframe Manipulation
by using these two tables we have to create third table in this format where categories will be on the top and transaction will be in the rows, On 30 August 2017 at 16:42, Hemant Sain <hemantsain55 at gmail.com> wrote: > Hello Ulrik, > Can you please once check this code again on the following data set > because it doesn't giving same output to me due to absence of quantity,a
2000 Nov 20
1
Bug in stars.R (PR#739)
Hi all, Please let me know if this isn't the correct place to report bugs in contributed code. Otherwise, the following code contains one additional line and a short comment above it. The extra line of code catches the unusual situation where a data column contains all 0 values. The corrected code is below the signature. Thanks for your help. Tom Thomas S. Dye, Ph.D.
2011 Nov 23
1
R for Windows - 5 stars award on Windows 7 Download
Dear R Development Core Team R for Windows has been reviewed by Windows 7 Download and got 5 stars award: http://www.windows7download.com/win7-r-for-windows/snvrckjh.html Draw attention to your product by making it visible on website that is used by people who are looking for Windows 7 software. The number of Windows 7 users is rising. Please publish Windows 7 Download award on your website by
2005 Aug 21
2
bizarre signif stars in Sweave latex
OK. I give up. I'll ask a stupid question. How do I get the $!#@*$ signif stars line printed by summaries to not look extremely bizarre in the latex produced by Sweave? For example, see p. 7 of http://www.stat.umn.edu/geyer/aster/library/aster/doc/tutor.pdf I can see what the problem is. R emits non-ascii characters (as it is supposed to do), Sweave puts them in the tex file, and
2001 Apr 10
2
Stars! kills X-Server
While playing Stars! wine sometimes kills the X-Server. This happend infrequently in all Versions of wine I tried, but this time I managed to generate a bugreport. I use wine with managed windows, this seems to be the most stable setting for Stars. To start wine I used wine -debugmsg +relay -language De_DE -- stars\!.exe -s -m >& ~/`date +winedebug_%Y%m%d.txt` | wolfgang@erwin:~>