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.

7 results for “from:anglor”

Reorganize data fram
anglor · Jul 15, 2011 · r-help

Thank you! I used this one and it worked really great. /Angelica -- View this message in context: http://r.789695.n4.nabble.com/Reorganize-data-fram-tp3662123p3669782.html Sent from the R help mailing list archive at Nabble.com.

Reorganize data fram
anglor · Jul 12, 2011 · r-help

Hi, I have a data frame of about 700 000 rows which look something like this: Date Temperature Category 2007102 16 A 2007102 17 B 2007102 18 C but need it to be: Date TemperatureA TemperatureB TemperatureC 2007102 16 17...

Reorganize data fram
anglor · Jul 15, 2011 · r-help

Hi, thanks for your reply. I didn't get cast() to work and didn't know how to find information about it either. I used reshape but then I had to subset only those columns (actually I have 28 columns...

order a data frame after date and hour
anglor · Jul 29, 2011 · r-help

Hi, thank you for the reply! I'm sorry I added so little information. I thought DateHour was a character class but it was a factor. So I converted to character and order worked as you described. For this time...

converting factor to numeric gives "NAs introduced by coercion"
anglor · Jul 29, 2011 · r-help

Hi, I have a dataframe that I imported from a .txt file by: skogTemp <- read.delim2("Skogaryd_shoot_data.txt", header=TRUE, fill=TRUE) and the data are factors, how can avoid factors from the beginning? Although the file contains...

order a data frame after date and hour
anglor · Jul 29, 2011 · r-help

Thanks for a patient reply... I feel really stupid about this other problem dput(). What I didn't understand is how I can make the same thing with my data. You use rnorm and rpois which generates random poisson ditribution...

order a data frame after date and hour
anglor · Jul 28, 2011 · r-help

Hi, I've got a dataframe looking like this: DateHour TcuvInt.A TcuvInt.B TcuvInt.C 1757 2007-03-15 14:00:00 7.83 <NA> 1758 2007-03-15 14:30:00 7.42 7.69 <NA> 1759 2007...

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