Displaying 20 results from an estimated 4000 matches similar to: "Turning off axis annotation?"
2003 Dec 22
2
Problems with read.table()
R version 1.8.1, OS Windows 98
Dear colleagues,
if I import vegetation data (first row with column labels and first column
with row labels) like
7MYRGERM;7AGRGIGA;7DRYOCTO;5MYRGERM;7SALELEA;7CHOCHON;7SALNIG?;.......
t401;5;2;2;3;4;2;2;2;1;2;1;2;2;1;2;2;2;1;2;1;0;0;......
t403;3;0;0;6;4;0;3;0;0;3;0;0;0;0;3;0;0;0;2;0;2;0;.....
with read.table("data.file", header=TRUE,
2000 Mar 08
1
Printing graphs on W98 laptop (PR#477)
Full_Name: Peter Green
Version: 1.0.0 and 0.99.0
OS: windows 98
Submission from: (NULL) (194.83.240.36)
Running R (either 1.0.0 or 0.99.0) under Windows 98 on
my Toshiba laptop (Satellite 4080), I get a problem
when I hit the print toolbar button with the graph window on top.
It declares an illegal operation, and produces the error
messages reproduced below (slightly different in each
version).
2002 Apr 22
2
Quit R by pressing button (tcltk) (PR#1475)
Full_Name: Joachim H. Strach
Version: 1.3.1
OS: Windows 98 Second Edition
Submission from: (NULL) (132.230.131.220)
I am using the tcltk package.
Error-example:
----
library(tcltk)
top<-tktoplevel()
but<-tkbutton(top,text="Quit",command=function() {q(save="no")} )
tkpack(but)
----
then press the Quit-Button.
On my Platform there will be a execution fault with
2001 Nov 22
4
changing the magnification of axis annotation
Hi all,
how do I change the magnification of xaxis annotation? I need a smaller
axis text size in some of my plots. I tried cex.axix=0.5 in plot(), but
this doesn't work.
Thanks, Sven
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2001 Nov 12
4
Doubt
As to call files of another softwares(as, Excel, minitab)
to be manipulated inside of R-plus?
Respectfully
Regiane
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20011112/23b21666/attachment.html
2002 Apr 18
4
Silly Question
After I source an R code, how can I call the function?
Thanks
Rick
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.350 / Virus Database: 196 - Release Date: 17/4/2002
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2003 Nov 18
3
plot, plot, methods, crash (PR#5173)
(If this only happens in Win 98, I'm sure I could live with it. Just
may be helpful to report it, I hope.)
Start up R GUI, then
> plot(1:4,1:4) # then close manually by clicking X
> plot(1:4,1:4) # ditto
> methods(plot)
sometimes produces normal output and even the following prompt,
but then crashes immediately, or more often, crashes immediately with
no output.
I can do any
2001 Nov 22
6
Editing R graphics
One of the few things that I miss from Splus is
the ability of interactively add text and symbols to graphics
that have been created by functions. I understand that the best
solution in R is to create a graphic file and use external
software for editing the graphic. I know what to use in the
Win environment, but could anyone suggest what tools would
be appropriate under Linux?
Thanks
Agus
Dr.
2003 Jun 11
2
scan() crash in Windows 98 (PR#3234)
# Your mailer is set to "none" (default on Windows),
# hence we cannot send the bug report directly from R.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs@r-project.org
#
######################################################
scan() (and so also of course read.table, read.csv etc) crashes right
out of
R (GUI)
if it
2001 Feb 20
1
plugin cause winamp and sonique to crash when using playlist or skin ahead
Winamp Version: Winamp v2.72
Processor Type: PII 300mmx
RAM: 64mb RAM
FILES IN PLAYLIST: 99
Number of OGG Files in Playlist: 90
Number of MP3 Files in Playlist: 9
scenario:
I have several OGG files along with MP3s in a PLS playlist and evertime I skip ahead in the list about 12 or so songs the program crashes (I've also tried this with a M3U playlist, using the same files). It happens
2008 Nov 28
1
confidence interval for glm
Hi all,
simple Q:
how do I extract the upper and lower CI for predicted probabilities
directly for a glm - I'm sure there's a one line to do it but I can't find
it.
the predicted values I get with the predict (.. "response")
Thanks
Gerard
**********************************************************************************
The information transmitted is intended only for
2009 Jan 27
2
optim() and ARIMA
dhabby wrote:
Last week I run in to a lot a problems triyng to fit an ARIMA model to a
time series. The problem is that the internal process of the arima
function
call function "optim" to estimate the model parameters, so far so good...
but my data presents a problem with the default method "BFGS" of the
optim
function, the output error looks like this:
2008 Dec 22
2
queue simulation
Hi all,
I have a multiple queing situation I'd like to simulate to get some idea of
the distributions - waiting times and allocations etc.
Does R has a package available for this - many years ago there used to be a
language called "simscript" for discrete event simulation and I was
wondering if R has an equivalent (or hopefully with graphics, something
better!).
Apologies if there
2009 Jan 14
1
loglm fitting
Dear all,
sorry to bother you all with this but I've been trying to use the loglm in
MASS package (v2.8.0) and cannot get any sensible output.
I'm wondering am I doing something very foolish or missing something
obvious.
For example, I tried the documentation help(loglm) example - here's the
code
# Case 1: frequencies specified as an array.
sapply(minn38,
2009 May 07
2
Linear least squares fit with errors in both x and y values.
HI,
I'd like to perform a weighted linear least squares fit with R on data
with varying errors on both vectors. I can do this with one axis using
lm, but have no idea where to go from here. I've tried googling, but no
idea. Any suggestions?
Thanks,
James
2009 Feb 03
1
SAS language to R :interview
Dear List,
Please find a frank interview with Phil Rack, creator of Bridge to R (
from both SAS and WPS interfaces).
For those unaware of WPS- it is basically a SAS language compiler
(read SAS code,writes SAS code,Reads and writes SAS datasets) ,priced
at 660 $ a licence ( or estimated 10 times cheaper than Base SAS.
The UK based WPC held, WPS doesnt have advanced statistical facilities
like
2009 Jan 13
1
deviance in polr method
Dear all,
I've replicated the cheese tasting example on p175 of GLM's by McCullagh
and Nelder. This is a 4 treatment (rows) by 9 ordinal response (cols)
table.
Here's my simple code:
#### cheese
library(MASS)
options(contrasts = c("contr.treatment", "contr.poly"))
y = c(0,0, 1, 7, 8,8,19, 8,1, 6,9,12,11, 7,6, 1, 0,0, 1,1, 6, 8,23,7,
2008 Dec 09
2
for loop query
Hi all,
apologies if this is obvious - but I can't see it and would appreciate some
quick help!
the matrix mhouse is 26x3 and I'm computing odds ratios. The simple code
below "should" compute the odds vector for every pair (325) i.e. 26C2 in
cols 1 and 2.
On the first i=1 outer loop the inner j loop runs from 2 to 26 ok and then
I get the error (Error: subscript out of bounds)
2009 Jun 03
2
how can I ordinal regression??
What function and package I use to conduct ordinal regression??
My data is composed 2colums and 180rows.
The first colum indicate level of mass and second colum is intensity.
So, I want to calculate how much intensity are related mass.
[[alternative HTML version deleted]]
2009 Jan 15
1
noise in time series
Hi!
I have two time series. Both measure the same thing and I would like
to determine which one is noisier.
Would it be a good measure of the noise in each time series the
absolute lag difference?
Is this a good measure? Any other measure I could use?
Thanks for help :)
David Riano
Center for Spatial Technologies and Remote Sensing (CSTARS)
University of California
250-N, The Barn
One Shields