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.

841 results for “from:AC”

stepwise discriminant analysis
J.Illian@abertay.ac.uk · Apr 25, 2003 · r-help

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...

feature request for non-sweave vignettes
p.e.brown@lancaster.ac.uk · Aug 24, 2016 · r-devel

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...

identifying outliers
ucgamdo@ucl.ac.uk · Aug 29, 2003 · r-help

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...

solving nonlinear system of equations
allan_sta_staff_sci_main_uct at mail.uct.ac.za · Mar 24, 2006 · r-help

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...

dist label names
L.Stirton at uea.ac.uk · Apr 25, 2007 · r-help

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...

Mistake in qbeta.c ? (PR#941)
tlm21@cam.ac.uk · May 16, 2001 · r-devel

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...

Levy (PR#10469)
vincent.remacle at ulb.ac.be · Nov 26, 2007 · r-devel

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...

--gui=Tk window does not stretch (PR#8520)
greg.kochanski@phon.ox.ac.uk · Jan 23, 2006 · r-devel

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...

lm documentation, "formula" component (PR#1105)
david.firth@nuf.ox.ac.uk · Oct 1, 2001 · r-devel

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...

factors in data.frames (PR#835)
james.lindsey@luc.ac.be · Feb 1, 2001 · r-devel

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...

error with R 2.7.0 (PR#11609)
usickim at ewha.ac.kr · Jun 9, 2008 · r-devel

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...

bootstrapping the lme model
J.Illian@abertay.ac.uk · Jul 14, 2003 · r-help

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...

R introduction mentions system.date() (PR#810)
stephen.eglen@ed.ac.uk · Jan 11, 2001 · r-devel

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...

rgl_0.70.553.tar.gz install
Matthew.Cook at warwick.ac.uk · Apr 7, 2008 · r-help

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...

ts command and stl function
d d sutcliffe@durham ac uk · Jul 12, 2006 · r-help

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...

Where has the stats-rosuda-devel mailing list gone?
o.mannion at auckland.ac.nz · May 13, 2010 · r-help

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...

utf8towcs -- margin is too wide for a plot (PR#13716)
xiehb at mail.kiz.ac.cn · May 24, 2009 · r-devel

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...

Troubleshooting with "gpd" (Fit generalized pareto model)
KOITA Lassana - STAC/ACE · Oct 7, 2005 · r-help

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...

Section 7.1 HML documentation (PR#8484)
greg.kochanski@phon.ox.ac.uk · Jan 14, 2006 · r-devel

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...

Rotate values on Y axis
d d sutcliffe@durham ac uk · Jun 9, 2006 · r-help

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 .