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.
Hi all, some days ago I sent off a query on stepwise discriminat analysis and hardly got any reply. That's why I am trying this again now. I probably wasn;t specific enough the last time I did it...
Currently Makefiles for vignettes are only supported for .tex files. Could the tools package be modified to allow file extensions to be specified for a vignette engine? Having the pandoc pdf conversion in a Makefile rather than through R would...
You can identify your outliers with the boxplot function itself. Here is an example: (you can just copy it and paste it into R) # This generates a rondom variable x with 10 elements x = rnorm(100) boxplot(x) # you shouldn...
hi all i have been searching through the archives in search for some help and it seems to have been fruitless - thus the mail. i saw some mail relating to mathomatic and maxima. mathomatic only works for simpel functions - as...
Hello, I am trying to do a multi-dimensional scaling of the World Bank's quality of governance indicators for the Balkan region. I am having trouble labelling my plot. Could some kind person help me out. How do I...
Full_Name: Tim Massingham Version: 1.2.2 OS: Debian/Linux Submission from: (NULL) (131.111.8.68) In 1.2.2 sources (also in 0.90.1. I haven't been able to check other versions) Line 103 in...
Full_Name: Vincent Remacle Version: 2.5.1 OS: Windows XP Submission from: (NULL) (81.246.37.50) > fit = vglm(x ~ 1, levy(idelta=2,igamma=2),trace=TRUE) Error: cannot allocate vector of size 30.5 Mb In addition...
Full_Name: Greg Kochanski Version: 2.2.0 OS: Debian Linux Submission from: (NULL) (212.159.16.190) When you grab the corner of the Tk-R (R's console) window, the window stretches, but the useable area does not...
Full_Name: David Firth Version: 1.3.1 OS: linux and others Submission from: (NULL) (163.1.103.121) help(lm) says that An object of class `"lm"' is a list containing at least the following components: ... formula: the formula...
The following seems to be a contradiction: > df <- data.frame(x=gl(2,1,10)) > df[,1] [1] 1 2 1 2 1 2 1 2 1 2 Levels: 1 2 > df[,1,drop=F] x 1 1 2 2...
Full_Name: Usic Kim Version: 2.7.0. OS: Windows XP, Windows Vista Home ed. Submission from: (NULL) (203.255.173.162) I installed R 2.7.0 in my PC with Windows XP Professional (in the Korean language), and...
Dear all, I have a data set o which I'd like to fit lme model. There are three factors one of whoich is nested. This should be easy to do using lme in R, but the problem ist that...
Full_Name: Stephen Eglen Version: 1.2.0 OS: OSF 1 Submission from: (NULL) (129.215.13.27) In the document "An introduction to R", the info node "Customizing the environment" has the following code snippet: > .Last <- function() { graphics.off...
Hi, I am an R beginner and wish to create some 3d plots. I have managed to install the rgl library and save 3d plots, but only as an R file. I wish to use rgl.snapshot so I can...
Hi, I have imported a csv file into R which contains one column (the rate er 100,000 population of a disease, by month over 11 years) I coerced into a time series using the following function, tstkr<-ts(tkr...
I require some assistance with JGR, but following the mailing list link from http://jgr.markushelbig.org/FAQ.html leads me to http://mailman.rz.uni-augsburg.de/mailman/listinfo/stats-rosuda-devel which responds with No such list stats...
Full_Name: Haibing Xie Version: 2.9.0 OS: Windows XP Submission from: (NULL) (221.3.149.10) >a=seq(1:10); >plot(a); Then I narrowed down the plot window, and got an error message. It always repeated that...
Hi, Christian you must sort all data in data1, for using "gpd( ...) " function. So try this following code : library(evir) data1 <- rgpd(1000, xi= -1.5, mu=1000, beta=100) out <- gpd(sort(data1), threshold = 1060) out Have a good...
Full_Name: Greg Kochanski Version: 2.2.0 OS: Debian Linux i686 Submission from: (NULL) (212.159.16.190) In /usr/share/doc/r-doc-html/manual/R-data.html (at least that's where it is on Debian...) the...
Hi, I have been working through one of the examples on the FAQ about rotating the labels on the x axis, I need to do the same but for the y axis. I have managed to change some of the...
Can't find what you're looking for? Try searching with Google .