Displaying 20 results from an estimated 3000 matches similar to: "identify() and controlling label size"
2005 Mar 29
1
Problem installing packages and weird R site behaviour
Hi,
I tried to install a package using the menu option and was presented a list
filled with NA's.
I then tried visiting the R site and each option on the side bar (eg. CRAN,
Search,FAQ) sends me to the address attached below (NB: I left off the h in
http).
The first problem seems to be related to the second.
Is anyone else experiencing this behaviour and how do I restore normal
behaviour?
2004 Dec 01
3
Hexidecimal conversion
Help
I can produce the hexidecimal equivalent of a decimal number but I am having
a hard time reversing the operation. I'm good for hex representations to 159
and am close to extending to 2559. The archives are not clear on the
existence of a function for this task. Is there one?
Here is what I have got so far:
#Good for hex values to "9F"
as.decmode<-function(as.character(x)){
2004 Apr 21
1
(no subject)
Dear R-Help
Does "The R Package for Multivariate and Spatial Analysis Version 4.0
(Casgrain
and Legendre, 2001)" exist on CRAN and under what name? It supposedly has a
chronological clustering program ,CHRONO, that I would like to use.
Alternatively, I would ask if there is a R based program that performs
chronological clustering?
Thanks
Alex
Alex Hanke
Department of Fisheries and
2004 Feb 02
1
glm.poisson.disp versus glm.nb
Dear list,
This is a question about overdispersion and the ML estimates of the
parameters returned by the glm.poisson.disp (L. Scrucca) and glm.nb
(Venables and Ripley) functions. Both appear to assume a negative binomial
distribution for the response variable.
Paul and Banerjee (1998) developed C(alpha) tests for "interaction and main
effects, in an unbalanced two-way layout of counts
2005 Jun 15
3
Error using newdata argument in survfit
Dear R-helpers,
To get curves for a pseudo cohort other than the one centered at the mean of
the covariates, I have been trying to use the newdata argument to survfit
with no success. Here is my model statement, the newdata and the ensuing
error. What am I doing wrong?
> summary(fit)
Call:
coxph(formula = Surv(Start, Stop, Event, type = "counting") ~
Week + LagAOO + Prior.f +
2003 Jun 17
1
problem with temp dir (PR#3272)
Hi,
I recently installed R on a Windows 95 machine. Everything went well untill
I tried to run the program. I get the R console and a message "fatal error
can't mkdir R_TempDir". The R-help archive has a report of a similar problem
but the instructions for repair seem to assume that the R console is
available (the program closes after the error). An installation on an
identical
2004 Nov 22
1
RODBC and Table views
This question relates to the use of the RODBC package for retrieving data
from a MS Access database. It is quite easy to retrieve data sitting in
tables but is it possible to select from views based on these tables? The
archives do not touch on this point.
sqlTables() lets me see tables and views but only the tables yield data. Do
I need to recreate these views on the R side of the connection?
2005 Jun 10
1
Estimate of baseline hazard in survival
Dear All,
I'm having just a little terminology problem, relating the language used in
the Hosmer and Lemeshow text on Applied Survival Analysis to that of the
help that comes with the survival package.
I am trying to back out the values for the baseline hazard, h_o(t_i), for
each event time or observation time.
Now survfit(fit)$surv gives me the value of the survival function,
S(t_i|X_i,B),
2004 Feb 19
1
reshape direction=wide
Hello
I am reshaping a data.frame bids --> reshaped as shown below.
I thought this should be possible with a single invocation of
reshape, but the only way I came up with is reshaping subsets for each
keyword and then joining them together. Does anyone have an idea how to
solve this in a more elegant way? Efficiency is a concern as the datasets
are very large.
Is there a way to specify
1997 Apr 24
1
R-beta: Replot?
Is there some sort of replot function, i.e., reproducing the current
plot like gnuplot's command replot?
Of course it's easy to issue a plot command twice, but after several
lines statements it gets a little bit annoying ... and the plot
disappears each time one resizes the window, changes from single plot
to multiple plots etc.
Just dreaming ...
Fritz
--
2012 Dec 12
3
Fw: regarding plot
Hello,
i am working in origin pro,
i want to plot a graph as like a pdf attached but with black and white lines.
here radial axis varies from 0 to 1. and angular axis from 0 degree to 60 degree.and third axis which is depend on both radial and axial gives non intersecting lines.
how can i read the data from plot for replot.
vikas
-------------- next part --------------
A non-text attachment was
2007 May 25
1
how to mimic plot=F for truehist?
Dear Rologists,
In order to combine plots I need to get access to the some "par"s specific
to my plot prior to replot it with modified parameters. I have not found
any option like "plot=F" associated with truehist and would like to know
whether someone can point out how to overcome this problem.
Thanks, Joh
2004 Nov 26
1
R information
Hello everybody,
I'm a beginner to R language. That's why I have some questions deal with
graphs.
In fact, I would like to know if it is possible to draw a plot with 2 y axis
against x axis (like gnuplot with the function replot)?
In fact, I would like to plot in y1 axis, a temperature value for x values and
in the same plot, plot y2 axis which represents the density for x values. And
so
2008 Aug 22
1
R and GNUPLOT
Hello,
I am trying to send commands to GNUPLOT to load a .plt file that was generated with a C++ software module called with R, and to replot.
I am able to open the program with shell.exec (below) but I am at a loss at what do next. Any suggestions??
shell.exec("C:\\ gnuplot \\ bin \\ wgnuplot.exe")
Thanks
2009 Nov 04
1
Patterned shading in ggplot
Am trying to produce a graph which prints out well in black and white using
ggplot2. I have the following example set up nicely, but want to shade the
red bars in one pattern and the blue in another so they print out clearly.
I tried changing colours to 1 light, 1 dark, but then the overlapping colour
looks virtually identical to the darker one. I noted the option density in
barplot, but
2011 Aug 23
3
Change Variable Labels in Quantile Plot
I have spent hours on this ---looked through the quantreg manual and r-help site--- still couldn't figure out the answer. Can someone please help me on this?
I plot the result from quantile regression and want to change the variable labels:
temp<-rq(dep~inc+age50, data=newdata, tau=1:9/10)
temp2<-plot(summary(temp))
dimnames(temp2)[[1]]<-c("Intercept", "Per Capita
2013 Sep 24
1
recordPlot() on non-interactive graphics device?
Hi.
Q. Is there a way to record a plot using grDevices::recordPlot()
without opening an interactive (=visible GUI window) graphics device
(not even for a flash of a second)?
Related: help("recordPlot", package="grDevices") says:
"These functions record and replay the displaylist of the current
graphics device."
Is the intention that recordPlot() should be able to
2004 Oct 05
2
Help: File is present (via Samba) but cannot be opened?
When I mount a Windows XP partition (NTFS) on my SuSE 9.1 machine via
Samba 3.0.4, I find some files can be listed (via "ls") but mysteriously
cannot be opened, even though the file permissions appear fine. What
is a good way to track down this sort of problem?
Here's an example where I "cd" into a samba-mounted directory and try to
open a file that I know is present. It
2009 Sep 04
2
lrm in Design package--missing value where TRUE/FALSE needed
Hi,
A error message arose while I was trying to fit a ordinal model with lrm() I am using R 2.8 with Design package.
Here is a small set of mydata:
RC RS Sex CovA CovB CovC CovD CovE
2 1 0 1 1 0 -0.005575280 2
2 1 0 1 0 1 -0.001959580 2
3 0 0 0 1 0 -0.004725880 2
0 0 0 1 0 0 -0.005504850 2
2 1 1 0 0 0 -0.003880170 1
2 1 0 0 1 0 -0.006074230 2
2 1 0 0 1 1 -0.003963920 2
2 1 0 0 1 0
2005 Oct 24
1
tk problem with R 2.2.0 on wine/linux
Actually I am trying to run sciview-R and encounted some problems with
tk, and I thought I'll check the basic library(tcltk) functionallity,
just to be sure. Anybody seen that '[tcl] bad window path name ".1".'
message before?
Prof. Philippe Grosjean: yes, I have managed to load most of
sciview-R under Wine, except the tcltk library!
===================
R : Copyright 2005,