Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

17 results for “from:york8866”

data normalization
york8866 · Jun 20, 2012 · r-help

Thanks for the help, it works very well. -- View this message in context: http://r.789695.n4.nabble.com/data-normalization-tp4633939p4633964.html Sent from the R help mailing list archive at Nabble.com.

how to make a histogram with percentage on top of each bar?
york8866 · Jun 22, 2012 · r-help

Thank you all for the help, York -- View this message in context: http://r.789695.n4.nabble.com/how-to-make-a-histogram-with-percentage-on-top-of-each-bar-tp4634131p4634203.html Sent from the R help mailing list archive...

Help "deleting negative values in a matrix, and do statistic analysis"
york8866 · May 8, 2012 · r-help

Hi, Rui, I tried your code. It did not work. thanks, -- View this message in context: http://r.789695.n4.nabble.com/Help-deleting-negative-values-in-a-matrix-and-do-statistic-analysis-tp4617792p4618080.html Sent from the R help...

replacing random repeated numbers with a series of sequenced numbers
york8866 · Oct 18, 2012 · r-help

Hi Arun, Thanks, it works now. Hi Rui, Your code also works. Thanks, -- View this message in context: http://r.789695.n4.nabble.com/replacing-random-repeated-numbers-with-a-series-of-sequenced-numbers-tp4646559p4646609.html Sent from the R...

time extraction and normalization
york8866 · Oct 15, 2012 · r-help

Thanks, The code gives the numbers in "days", how can I adjust the code to directly get the numbers in "hours"? I tried units but it did not work. Thanks1 -- View this message in context: http://r.789695.n4.nabble...

replacing random repeated numbers with a series of sequenced numbers
york8866 · Oct 17, 2012 · r-help

Hi arun, Thanks, I used your code, however, there's error message "Error: could not find function "count"". Thanks, -- View this message in context: http://r.789695.n4.nabble.com/replacing-random-repeated-numbers-with-a-series-of-sequenced-numbers...

can not read a table
york8866 · Jun 20, 2012 · r-help

Thanks, sorry for my post being a little confusing. Jim's code works, I just need to change the last line to y <- read.table(file = fileName,header=TRUE) then, I got the dataframe that I needed. thank you all...

time extraction and normalization
york8866 · Oct 15, 2012 · r-help

Dear all, I have a series of time variables such as: 04MAY2011:08:19:00 01JUN2011:09:44:00 28JUN2011:08:08:00 25JUL2011:07:44:00 How could I extract the time as a number, so that I can...

Help "deleting negative values in a matrix, and do statistic analysis"
york8866 · May 8, 2012 · r-help

Hi, John, the code ran well. however, somehow, the means were not calculated correctly using the following code. test <- read.csv("Rtestdataset.csv", as.is=T,header=T) test <- data.frame(test) test rowMeans(test) apply(test,1,function(y...

help with if statement
york8866 · Nov 21, 2012 · r-help

Hi all, I had a dataset A like: TIME DV 0 0 1 10 5 20 24 30 36 80 48 60 72 15 I would like to add 24 to those values higher than 24 in the TIME column...

extract number from a mixture of character and number
york8866 · Jul 16, 2012 · r-help

Hi, all, I have a column like the following: ID TIME sub_001 0 sub_001 24 sub_002 0 sub_002 24 sub_003 0 sub_003 24 sub_004 0 sub_005 24 .. .. is there a way for...

Help "deleting negative values in a matrix, and do statistic analysis"
york8866 · May 8, 2012 · r-help

Sorry, my mistake. it works very well!!! thanks, Rui Barradas wrote > > Hello, > > > york8866 wrote >> >> Hi, John, >> >> the code ran well. >> >> however, somehow, the means were not calculated correctly using the >> following code. >> >> test <- read.csv("Rtestdataset.csv", as.is=T...

replacing random repeated numbers with a series of sequenced numbers
york8866 · Oct 17, 2012 · r-help

Hi all, I have a dataset with one column like below: ID 1001 1001 1001 1122 1122 1122 1421 1421 1789 1789 .. These numbers are no in sequence and they have different repeats. How could replace them with sequenced numbers...

how to make a histogram with percentage on top of each bar?
york8866 · Jun 21, 2012 · r-help

I have a dataset like the following: ID DV 1 0.868576818 2 0.337120116 3 0.029233775 4 0.719783525 5 0.976631182 6 0.672941605 7 0.13239462 8 0.99936475 9 0.91540604 10 0.545686514 to...

can not read a table
york8866 · Jun 20, 2012 · r-help

I have a table like the following: TABLE NO. 1 ID TIME 1325 0 1325 0 . . . . . . TABLE NO. 1 ID TIME 1325 0 1325 0 . . . . . . TABLE NO. 1 ID TIME 1325 0 1325 0 . . . . . . TABLE NO. 1 ID TIME 1325...

data normalization
york8866 · Jun 19, 2012 · r-help

I have a dataframe such like the following: ID TIME DV 1 0 0.880146038 1 1 0.88669051 1 3 0.610784702 1 5 0.756046666 2 0 0.456263368 2 1 0.369991537 2 3 0.508798346 2...

can not read a table
york8866 · Jun 20, 2012 · r-help

it seems it will work, however, the last line of code did not work, so I can not check the results. thanks, jholtman wrote > > try this by reformatting the data and then reading back in: > > >> x <- readLines(textConnection("TABLE NO...

Can't find what you're looking for? Try searching with Google .