search for: xk6

Displaying 20 results from an estimated 41 matches for "xk6".

Did you mean: x86
2011 Aug 15
2
what can one do with (to) '..." ?
...have to do a series of 'match' or 'pmatch' on the output of list(...) , or is there a more direct way to get at the variables? If there is a R programmer's manual that discusses this, I'm happy to read that, so just let me know. thanks Carl -- ----- Sent from my Cray XK6
2011 Dec 13
2
axis tick colors: only one value allowed?
...r about enhancements to the plot routines (albeit pretty silly enhancements). As another side note: calling rug() with color set to '#00000033' lets you see dense regions as darker than sparse regions, without having to resort to calling jitter() first. Carl -- Sent from my Cray XK6 "Pendeo-navem mei anguillae plena est."
2012 Apr 03
2
Looking for the name of a certain kind of quantile plot
...urves for samples with different sigmas. A sample with nonzero mean looks almost exponential (or logarithmic, depending on the sign of the mean). So my question is: is there a name for this sort of plot, and is it of any real use in statistical analysis? thanks. Carl -- Sent from my Cray XK6 "Quidvis recte factum, quamvis humile, praeclarum."
2012 Jan 09
6
runif with condition
Hi I want to generate 4 random number which sum up to 100 always Please help ----- Thanks in Advance Arun -- View this message in context: http://r.789695.n4.nabble.com/runif-with-condition-tp4278704p4278704.html Sent from the R help mailing list archive at Nabble.com.
2012 Apr 06
3
filling the matrix row by row in the order from lower to larger elements
Hello, everybody! I have a matrix "input" (see example below) - with all unique entries that are actually unique ranks (i.e., start with 1, no ties). I want to assign a value of 100 to the first row of the column that contains the minimum (i.e., value of 1). Then, I want to assign a value of 100 to the second row of the column that contains the value of 2, etc. The results I am looking
2011 Aug 20
1
t() prior to data rotation
Dear All, I have come upon an R-mode PCA protocol that uses the following arguments, where "mydata.txt" is an nxm matrix of n objects and m variables: > a <- read.table("mydata.txt") > b <- t(a) > c <- prcomp(b) > c$rotation The user then plots the coordinates given by c$rotation (PC1 and PC2) as the "scores" of their PCA plot. This
2011 Sep 14
2
Image processing and analysis with R
Hello everyone,  I'm working in a project to create an special analysis about visualization in some animals and its behaviour, through checking eye movement. The point is this is very important to get data from the image as a resume of what this animal sees. I think an RGB histogram like photoshop does, but I need to get the data from this histogram analysis and I was wondering about using R
2011 Oct 07
1
round() and negative digits
...ned in the documentation that negative 'digits' is allowed, I just wanted to ask whether this behavior is intentional or a happy turn of events. I'm always paranoid that something not explicitly documented might disappear in future revisons. thanks Carl -- ----- Sent from my Cray XK6
2011 Oct 21
2
plotting with a symbol on every nth point
Hi, I would like to produce a plot with a symbol on every nth point in a time series data, like the one in the following: http://www.phon.ucl.ac.uk/home/yi/ProsodyPro/EnglishFocus.png x <- seq(-100,1000,25) plot(x,type="l") Could someone help me out with the above example? Thanks.... [[alternative HTML version deleted]]
2011 Nov 03
4
How much data can R process?
Would like to know how much data can R process - number of rows and columns? [[alternative HTML version deleted]]
2011 Nov 20
1
place values into a matrix efficiently?
...a raster image of the original data(x vs y) that looks like plot(x,y) . Anyway, I just seem to be blanking: is there some vectorized way to place values, or even a constant value, into all elements of xymat whose row,col coordinates match ordered pairs in x and y ? Carl -- Sent from my Cray XK6 "Pendeo-navem mei anguillae plena est."
2011 Dec 01
1
strange row numbering after rbind-ing a list
...r<- rbind(foo,bar)) x y r 1 5 4 3 2 4 5 6 Rgames> (foobar<- rbind(foobar,bar)) x y r 1 5 4 3 2 4 5 6 3 4 5 6 Rgames> (barfoo<-rbind(bar,foo)) x y r 2 4 5 6 21 5 4 3 Rgames> (barfoo<-rbind(barfoo,foo)) x y r 2 4 5 6 21 5 4 3 3 5 4 3 -- Sent from my Cray XK6 "Pendeo-navem mei anguillae plena est."
2011 Dec 12
1
Polygon
Hi everybody, I have a matrix with 3 columns (Date, MeanArea and SdArea). I want to draw a figure showing the variable MeanArea in terms of the Date. But instead to use the variable SdArea as bar error, I want to use ?polygon error?. I use this code but the output does not seem good.
2011 Dec 19
2
fractal image analysis
Dear all I tried to find some packages (or programs) for image analysis and especially fractal dimension image analysis but so far I had not success. It shall be used for particle surface layer analysis from TEM images. Any suggestions? Best regards Petr
2012 Jan 08
2
R package equivalent to Excel SOLVER - Paquete R equivalente a SOLVER de Excel
Esteemed colleagues I wonder if there is a package in R that performs the functions of the Excel SOLVER. Thanks in advance for the reply. Best regards, ------------------------- Estimados colegas Me pregunto si hay un paquete en R que funcione como el SOLVER de Excel. De antemano gracias por la respuesta. Saludos, -- Ricardo Bandin Llanos rbandin@udec.cl [c] Magíster Cs. m. Pesquerías
2012 Jan 26
1
Finding suspicious data points?
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120126/7b076e84/attachment.pl>
2012 Feb 11
2
Detect numerical series
Hello, I am struggling with detecting successive digits in a numerical series vector. Here is an example: vec <- c(1, 15, 26, 29, 30, 31, 37, 40, 41) I want to be able to detect 29, 30, 31 and 40, 41. Then, I would like to delete the successive digits from the vector. 1, 15, 26, 29, 37, 40 Cheers -- View this message in context:
2011 Sep 12
3
Solve your R problems
R-help is all about solving R problems. So here ya go: http://www.portfolioprobe.com/2011/09/12/solve-your-r-problems/ -- Patrick Burns pburns at pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beginner' and 'The R Inferno')
2011 Sep 13
1
stupid lm() question
...ontrol? And if so, what should I do (calculate) with the coefficients to compare them with the statistics of the data subset with level "A" ? Please feel free to tell me to shut up and read some part of R-inferno or other helpful document. Thanks. Carl -- ----- Sent from my Cray XK6
2011 Nov 06
1
Deleting rows dataframe in R conditional to “if any of (a specific variable) is equal to”
Dear list, I have been struggling for some time now with this code... I have this vector of unique ID "EID" of length 821 extracted from one of my dataframe (skate). It looks like this: > head(skate$EID) [1] "896-19" "895-8" "899-1" "899-5" "899-8" "895-7" I would like to remove the complete rows in another dataframe