similar to: trailing star/double star in --exclude

Displaying 20 results from an estimated 10000 matches similar to: "trailing star/double star in --exclude"

2006 Feb 16
2
reducing I/O and system load
This is probably the most eternal question concerning rsync, but I'm really in doubt since I can't find the appropriate answer or solution anywhere for many months. I'm using rsync for simple daily back up data from one HD to another. It takes about 10 minutes daily under "nice -n 19". The problem is well-known as I see - several other services such as
2006 Apr 13
2
error compiling the latest versions of rsync
I'm getting the following error when I'm trying to do just `./configure; make` with the latest versions of rsync (both 2.6.7 and 2.6.8pre1): gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/compat.c -o lib/compat.o lib/compat.c:171: error: conflicting types for `inet_aton' /usr/include/arpa/inet.h:74: error: previous declaration of `inet_aton' make: *** [lib/compat.o] Error 1
2005 Mar 05
1
Problem with plotting size/location on variation of star/segment plot
Dear R gurus, I'm running into a problem with some modified segment plots I've coded using stars(). What I am trying to do is superimpose two series of data along with radial axes markers in a 2x2 graphics frame. This is working fine now, except for the hitch: my plots overfill the frame and are not centered within it (on my runs they always end up looking like they've been budged
2006 Nov 15
3
Star rating system - IE display problems
Has anyone out there implemented a star rating system as described by Dave Naffis? http://www.naffis.com/blog/articles/2006/08/31/rails-ajax-star-rating-system He really has an excellent HOWTO to set this up. Unfortunately I see problems in IE. The overlayed, filled-in rating stars are not overlaying over top of the blank stars. The overlay is starting about 2.5 stars right of where it should.
2010 Apr 17
1
Problems with labels and scaling in star diagrams
I have the following small dataset: > stardata NS HE EB CW RW PW 1 0 0.000 0.000 0.042 0.006 0 2 0 0.006 0.000 0.013 0.005 0 3 0 0.000 0.011 0.000 0.000 0 I have plotted the star diagrams as follows: stars(stardata, key.labels = dimnames(stardata)[[2]], labels = NULL, key.loc = NULL, draw.segments=TRUE, col.segments="gray", lty="blank") I am
2011 Apr 20
2
How to replace 'star (*)' with blank space?
Hi There I'm not very sure how to replace the stars in a character vector For example: a character vector (n rows by 1 col) [1] "-27 -21 -25 -28**** ***** -29" [2] "-27 ******** -28**** ***** -29" . . . . . . [n] "-1***********************************" I wish to replace all the *s with a blank, result as per below [1] "-27 -21 -25 -28
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])
2009 Jun 11
1
Help on drawing stars and radars in R (update)
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
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,
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:
2006 Mar 07
10
Star Rating Component?
Hi, I''m looking for a star rating component for RoR, a bit like Votio (http://redalt.com/downloads/ - find the votio heading) or the star rating used on Amazon. I don''t really need the AJAX capabilities, just the ability to bind the results to a hidden drop down, or radio inputs. Multiple raters per page is also an issue. Any recomendations? -- Posted via
2010 Mar 28
1
rsync --exclude-from-file not working
Good day, rsync does load and read the file but does not act on it. If I change the filename rsync complains. I must be doing something wrong. I use a laptop. Opensuse 11.2, rsync > version 3.0.6 protocol version 30. I created the following to test.. In .. /home/johan/ a dir rysnc-tst. In that 2 dirs.. begin .. end and a file exclude. Also a script for rsync. In dir.. begin 4 files
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
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
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.
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
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
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: