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.
Just wondering if there was a reason why when I use the read.table() command the R console window shrinks in size? -------------------------------------------------------------------------------- Rachel Merriman Department of Statistics University of Auckland (wk) 373 7599 x 8797 -------------- next part -------------- An HTML attachment...
Hi again Why does this occur? > test <- apply(data,2,factor) # where data is a data.frame > is.factor(test[,1]) [1] FALSE Many thanks, Rachel -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R...
Hi there, I am wanting to create 8 side-by-side histograms which have been rotated 90 degrees clockwise from how they usually sit.. all with the same scales. Is someone able to help me out? Thanks so much, Rachel...
Hi there Probably a very simple solution to this problem. I have a character vector eg c("name1","name2","name3") and I want to pull out these columns from a data.frame, converting each of these columns into factors also...
I am wanting to create a model matrix and keep the NAs. stratmat <- model.matrix(myformula,mydata) Is there any way to do this? model.matrix doesn't have na.action as a parameter. Elsewhere I have made use of...
Hi Just noticed that the windows() function doesn't seem to allow for decimals in the width and height options. For example, typing: > windows(5,4,10) > windows(5.2,4,10) > windows(5.4,4.3,10) produces three...
I just tried downloading the lattice package from CRAN but got a syntax error when loading the library (see below). > {a <- CRAN.packages() + install.packages(select.list(a[,1],,TRUE), .lib.loc[1], available=a)} trying URL `http://cran.r...
[this accidentally was sent to owner-r-help@ ... a person who has now manually forwarded this to the mailing list. -- MM ] I just tried downloading the lattice package from CRAN but got a syntax error when loading the library (see...
Hi All, I have a formula which has a factor with NAs in it. I wish to keep these in the model matrix, but the NA information is currently lost (the rows are kept but the NA gets converted to...
Hi there! I'm looking for a better way of getting the following code working -- can you help? Instead of having to type in: binarymissing(y ~ x1 + x2,data=mydata,na.action=na.keep) as my function call, I would...
Hi, I am having difficulty understanding some lme output -- I haven't found too many examples to help explain to me how to interpret the coefficients and would appreciate any help. I am fitting a model: fit <- lme(y ~ pre...
I think the problem was that my console settings were smaller than the full screen so I was starting R, maximising the console window and once I'd used read.table, the console window went back to the size it...
Can't find what you're looking for? Try searching with Google .