Displaying 20 results from an estimated 100 matches similar to: "Change Confidence Limits on a plot"
2011 Apr 07
1
dotplot as a background for multiple barchart plots (with Lattice)
Hi R users,
I'm kind stuck in my R experience...
I want to have a multiple barchart with n windows, but with the same
background for each window, and I want that background to be a recorded
dotplot.
First, is it possible ?
If so, I guess I have to call a record plot in the panel function but how ?
As there is no panel.plot and I can't use the recorded plot as an
argument for the
2010 Jun 16
1
Mean variance plot of a data frame
Hello,
I have a data frame that looks like
Position, Relevance
0, 0.151531117072265
0, 0.245532564696541
0, 0.285207130323724
0, 0.302718099889669
0, 0.308213700400889
0, 0.341562706518953
0.0151515151515152, 0.368991215730364
0.0263157894736842, 0.256406702156839
0.0263157894736842, 0.344003157058329
0.0303030303030303, 0.200307950418176
0.0303030303030303, 0.558093143666938
0.04,
2012 Sep 19
2
write.table: strange output has been produced
Good afternoon all -
While making a steady progress in learning R after Matlab I encountered
a problem which seems to require some extra help to move over.
Basically I want to merge a data from biological statistical dataset
with annotation data extracted from another dataset using an 'id'
crossreference and write it to report file. The first part goes
absolutely fine, I have merged both
2000 Aug 03
1
multiple comparison tests & simultaneous multiple plots
I am not sure if my message made it through, so here it is again!
Hi Rer's,
R-1.1.0
I have two questions for you:
1)
I am trying to complete a multiple comparison test after completing a
one-way ANOVA on some data. I think this is pretty reasonable.
aov(MetricSubset ~ GeneNameFactor)
works
pairwise.t.test(MetricSubset,GeneNameSubset,p.adjuxt.method=bonferroni,p
ool.sd=FALSE)
2009 Sep 02
1
a question for beginner
Hello,
i have this dataset http://www.umass.edu/statdata/statdata/data/pharynx.txt.
the variables GRADE, T_STAGE anda N_STAGE are qualitative or quantitative
variables???
i only have this simple doubt...!
another example: why in the dataset ovarian (library survival) the variable
ecog.ps: ECOG performance status (1 is better, see reference) it is
consider quantitative?
Thank's for
2008 Dec 08
2
How to display y-axis labels in Multcomp plot
Dear R-users,
I'm currently using the multcomp package to produce plots of means with 95%
confidence intervals
i.e.
mult<-glht(lm(response~treatment, data=statdata),
linfct=mcp(treatment="Means"))
plot(confint(mult,calpha = sig))
Unfortunately the y-axis on the plot appears to be fixed and hence if the
labels on the y-axis (treatment levels) are too long, then they are not
2005 Nov 05
1
Problem with installing home-made package under Windoze.
I am using/trying to use R 2.2.0.
I have created a package of ``supplementary'' time series functions
for use by my students in a time series course. The package involves
only raw R code; no dynamic loading to complicate matters. I need to
install this package in a location on a local area network where the
students can access it under Windoze.
In the past I learned that I could do
2007 Dec 27
1
SAS to R - if you don't have a SAS license
Hi all,
if you do not have a SAS license but want to convert
native SAS data files, the solution below will work.
# read SAS data without SAS
# 1. Download free SAS System Viewer from either of
the sites below:
#
http://www.sas.com/apps/demosdownloads/setupcat.jsp?cat=SAS+System+Viewer
(requires registration)
#
http://www.umass.edu/statdata/software/downloads/SASViewer/index.html
#
2006 Aug 04
1
prettyR arrives
Hi all,
I have finally gotten the prettyR package going (many thanks to Kurt
Hornik for his patience).
prettyR is a set of functions that allows the user to produce HTML
output from R scripts. Given an R script that runs properly, an HTML
listing complete with embedded graphics can be produced simply by
passing the script to the core function htmlize (Phillipe Grosjean has
not only offered
2008 Oct 03
2
A strange behaviour of file.path in Windows? (PR#13119)
Full_Name: Enrico Pegoraro
Version: 2.7.2
OS: Windows (Vista or Xp PRO) Italian
Submission from: (NULL) (87.4.189.202)
If you send these lines of code:
outdir="c:/pippo"
file.path(outdir,"pluto.html")
R replies correctly:
[1] "c:/pippo/pluto.html"
But if you change the first steps to:
outdir=""
file.path(outdir,"pluto.html")
R replies
2003 May 23
4
building zip?
Hello,
I know this might sound stupid, but here's my problem. I try to build
packages, which gives absolutely no problem as long as I do this in
Linux. I get my .tar.gz-package. However, for windows, one needs
.zip-files (I guess), but for one reason or another, this seems not to
work.
I'm sorry about this question, but I'm not a windows-specialist (nor
Linux-guru). I don't see
2011 Feb 01
1
Setting maximum value of the legend on an image.plot and animation
Hello,
I'm doing the following:
library(ncdf)
library(fields)
library(animation)
saline <- open.ncdf("salinity_1990.nc")
salt = get.var.ncdf(nc=saline, varid="Salinity")
# create an animation of the complete temporal domain in the ncdf file.
saveHTML({
for (i in 1:364) {
image.plot(salt[, , i])
}
}, img.name = "salinity.img",
2010 Jul 22
7
How to enable file and print sharing
I'm running the latest wine version on fedora 13 and when I try to install ACT! on wine I get this window saying that I need to enable file and print sharing before I can install the software.
I already installed winetricks and .net framework v 2.0 but I have no idea how to enable file sharing.
Can anybody help me?
2010 Oct 10
4
Start a mac program from wine
Hi,
I have a windows-based program that runs in wine & opens my native Mac-based Google Chrome browser when it opens a html document. Is it possible to do the same for another type of file, e.g., an mp3 file? What would I need to do to be able to do this?
Thanks and regards,
Anna.
2008 Nov 24
2
firstclass client 9.1 -- cannot load winebrowser
I have successfully installed and am running the win32 version of firstclass 9.106 (http://www.firstclass.com/Divisions/FAV13-0024FC95/?OpenItemURL=S047C50E4) client on wine 1.0.1 (lenny amd64). My problem occurs when the client attempts to open an html attachment:
Code:
err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\""
err:winebrowser:wmain Usage:
2002 Oct 11
2
Installing local package under Windows.
I'm working on a system in which PCs (running various versions
of Windows, mainly 98 I think) are networked together using
a system called ``Novell''.
I recently got our Computing Services people to install R
on this system, and it appears to work seamlessly.
I mainly want to use R in a time series course which I am
teaching this term, and to that end I wanted to install a
2002 Oct 11
2
Installing local package under Windows.
I'm working on a system in which PCs (running various versions
of Windows, mainly 98 I think) are networked together using
a system called ``Novell''.
I recently got our Computing Services people to install R
on this system, and it appears to work seamlessly.
I mainly want to use R in a time series course which I am
teaching this term, and to that end I wanted to install a
2010 Aug 01
0
ScrapeR Unanticipated XML objects
Dear All,
I have come across a very surprising result as I have started to learn how
to use R to pull data from the web for analysis.
I am trying to isolate that table headers for the quarterly income
statement (qtrinc) that I pulled from Google finance. I executed the
following commands after installing the scrapeR package.
require(scrapeR)
2004 May 15
1
Again some questions about multilevelanalysis
Dear list,
I asked some questions about multilevelanalysis a couple of months ago. In the
meantime I did some reading about the subject. Now I'd like to check, if I
understood it all correctly. If you think my questions are not appropriate
for this list, please tell me so and i will immediatly stop asking them.
I have a dataset with one predicted variable (y), two explanatory variables
2005 Feb 14
0
Mount 2k3 hidden share
Hello everyone
Sorry, I know this has been asked before, but according to my searches, has
been answered in as many different ways, I have tried a couple of them and
failed:
Basics:
I can browse the share fine using konqueror (smb:/user@2k3server/statdata$)
I am using SuSE rpms - Version 3.0.11
I would like to mount a hidden share on a server 2003 machine. It denies me
access to the mount