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.
An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20030321/ebb2b888/attachment.html
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070622/d2af978f/attachment.pl
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090624/91806f6f/attachment-0001.pl>
Hi, How can I use portrait/landscape option in lattice bwplot? Is there any option in trellis.device where I can define this? Thanks in advance, Mahbub.
Hi, I am looking for C/C++ codes for computing generalized inverse of a matrix. Can anyone help me in this regard? Thanks, Mahbub.
Hi, I want to use (similar to) las options in lattice (bwplot) plot. Actually I want to have x-axis labels as vertical instead of default horizontal. Thanks in advance for your help. Mahbub
Hi, In lattice, is it possible to get qqplot for t distribution in different panels with different dfs. For example, # in panel 1 qqmath(~x, distribution=function(p) qt(p, df=3)) # in panel 2 qqmath(~x, distribution=function(p...
Hi there, I have four panels in a lattice bwplot. I want to have two different ylim for the panels, for example panels [1,1] and [1,2] with ylim=c(0,200) and panels [2,1] and [2,2...
Hi, What is the reason for getting two different max of a vector from two functions max() and summary()? Here is an example, > set.seed(2222) > x <- sample(x=1:100000, size=10000, replace=T) > max(x) [1] 99992 > summary...
Hi, I use lme to fit models like R> res1 <- lme(y~A+B, data=mydata, random=~1|subject) R> res2 <- lme(y~B+A, data=mydata, random=~1|subject) (only difference between these two models are the sequence in...
?density On Sat, 30 Oct 2004 13:03:11 -0400 (EDT), Yulei He <yuleih at umich.edu> wrote: > Hi, there. > > Does anybody know how to plot a smooth density plot for some data > simulated from certain distribution? Thanks. > > Yulei > > $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ > Yulei...
see ?par Mahbub. --- Piet van Remortel <pvremort at vub.ac.be> wrote: > Hi all, > > I need to enlarge te fonts used oo R-plots (plots, > histograms, ...) in > labels and titles etc. > > I seem to be unable to figure out how...
use text(, , expression(bold("what you want to write"))) Mahbub. --- Tord Snall <tord.snall at ebc.uu.se> wrote: > Dear all, > Is it possible to somshow plot text as italic AND > bold. I tried font=c(2,3) > in text...
> apt-get install libhdf5-serial-dev To install libhdf5 what I am getting.... $ apt-get install libhdf5-serial-dev libhdf5-serial-dev: Depends: libhdf5-serial (= 1.4.5-2) but it is not going to be installed then I try...
Hello List, I am trying to install RODBC package in a debian linux box but getting the following message. Can anyone help me to find what I am doing wrong here: $ R CMD INSTALL RODBC_1.0-4.tar.gz...
you can try this,... data.frame(t(sapply(tester.L, function(x) x <- x[1,] ))) Mahbub. --- Remko Duursma <den.duurs at lycos.com> wrote: > Dear R-helpers, > > i have a question on how to vectorize this problem: > > i have a...
Try this: newPrice = unlist(sapply(Price, Crop:Season, function(x){ x[is.na(x)]=mean(x,na.rm=T); return(x); })) --- Jan Smit <janpsmit at yahoo.co.uk> wrote: > Dear all, > > Apologies for this beginner's question. I have a...
Hi, I was trying to install XML package in a linux (dabian) machine and got the following error message. I am not sure whether there is any error in my linux installion. I appreciate suggestions to install XML properly in...
Thanks a lot Prof Bates. One more thing... What Debian packages should I install to install R packages Rgraphviz and rhdf5? Mahbub. --- Douglas Bates <bates at stat.wisc.edu> wrote: > You will need to install the Debian package > libxml-dev...
Hi, change the name of function argument "theta" to something else say "thta" and then use the following .... heading <- expression(paste("Exp w/ ", theta, "=", thta, ", n = ", n[i])) Hope it will help... Mahbub. --- Oldradio69 at aol.com wrote: > Hello, > > I...
Can't find what you're looking for? Try searching with Google .