Displaying 20 results from an estimated 4000 matches similar to: "Constructing a histogram with words as labels as height as frequency?"
2011 Aug 08
2
Creating a scatterplot with sequential dates on x-axis?
Hi all.
I need to plot 30 values and I'd like the x-axis to have 30 dates values,
e.g., 5/1/2011, 5/2/2011, etc. so an observer could see how the values
correspond as the month progresses.
Is there a convenient function I could use? I considered creating two
vectors, x and y, then simply plotting those.
Thanks,
~Caitlin
[[alternative HTML version deleted]]
2012 Mar 30
2
Problem loading package 'JGR' using R-2.15.0 (Win32).
Hi all.
Upon attempting to load the 'JGR' package, on a Win32 machine (SP3), a
pop-up message appeared stating that R had encountered a problem and needs
to close. Has anyone else encountered this?
Thanks.
~Caitlin
[[alternative HTML version deleted]]
2011 Mar 18
1
Help with setting the y-axis in a plot.
Hi all.
I'm working on an assignment for a psychology class and I am not sure how to
adjust the y-axis so it displays the range: 0, 5, 10, 15
The code below is almost ideal:
lsd = c(3, 5, 13)
mar = c(1, 2, 3)
g_range <- range(0, lsd, mar)
plot(lsd, type="o", col="blue", ylim=g_range,
axes=FALSE, ann=FALSE)
axis(1, at=1:3,
2011 Aug 30
2
Plotting multiple vectors in one window?
Hi all.
Using the following code:
plot(bsa, abs, col='blue', pch=16, xlim=c(0, 25), ylim=c(0.0, 1.0), xlab =
expression(paste(BSA, " (", mu, "g)", sep="")), ylab=expression(A[595]))
plot(unknown1, abs2, col='blue', pch=16, xlim=c(0, 25), ylim=c(0.0, 1.0),
xlab = expression(paste(Unknown_1, " (", mu, "g)", sep="")),
2005 Jul 25
2
alaska map?
Hello,
I've installed the Becker and Wilks maps, mapdata, and mapproj packages
so I can begin to try these out for some work I need to do on a map of
Alaska but I don't know where to find a map of Alaska. Has anyone solved
this already and could help?
Thanks very much in advance,
Caitlin
2010 Apr 27
1
Unable to connect to 'cran.r-project.org' on port 80.
Hi.
I recently upgraded my R installation to 2.11.0 on Windows XP (SP3) without
changing any firewall settings. When I attempted to update my package list,
the 'Select a mirror' took much longer than it normally did, and after I
finally selected the site, I saw:
--- Please select a CRAN mirror for use in this session ---
Warning message:
In open.connection(con, "r") :
unable to
1999 Jan 14
2
Compiling R under Solaris
I am trying to compile R for Solaris 2.6 and am having problems. I
understand from the INSTALL file that I am not the first to struggle
with this and that the problem probably relates to the version of make
(or gmake) that I have. Unfortunately, I don't know a) how to check
which version I have or b) where to find other versions.
Can anyone help?
Many thanks
Caitlin Buck
Lecturer in
2017 Nov 10
0
update R version in windows
Thanks Caitlin and Richard MH. Works great.
Stephen
From: Caitlin [mailto:bioprogrammer at gmail.com]
Sent: Friday, November 10, 2017 12:33 PM
To: Bond, Stephen
Subject: Re: [R] update R version in windows
install.packages("installr")
updateR()
rather...
On Friday, November 10, 2017, Bond, Stephen <Stephen.Bond at cibc.com<mailto:Stephen.Bond at cibc.com>> wrote:
Is
2017 Aug 08
1
Nested for loop
Hi Caitlin and Ben,
Thanks for your responses! My issue is that I'd like to create one
continuous line, rather than 3 lines overlayed.
The code I've attached works for a population of 400 and samples 100 times.
I'd like to extend this to 300 samples and 3 populations. So, the x-axis
would range from 0-300 samples.
What I'm having trouble with is finding a way to change the
2011 Jan 30
0
Stub domains broken in Xen 4.0?
When I try to use stubdom-dm in lieu of qemu-dm, the guest domain crashes
almost immediately if I specify an emulated NIC (''vif='') in the guest
configuration file. If I don''t specify a vif, it works fine. If I use the
same configuration with qemu-dm instead of sutbdom-dm, it works fine. Is
there some reason QEMU emulated networking doesn''t work with stub domains
2009 May 22
1
Confirmatory factor analysis problems using sem package (works in Amos)
Hello all,
I'm trying to replicate a confirmatory factor analysis done in Amos. The
idea is to compare a one-factor and a two-factor model. I get the following
warning message when I run either model:
"Could not compute QR decomposition of Hessian.
Optimization probably did not converge."
I have no idea what to do here. I believe posters reported the same
problem. It seems
2001 Nov 12
0
Help!!! Windows XP Joining Samba 2.2.2 Domain
Okay, I'm at the end of my amazing internet research skills, and now I'm
having to offer this problem up to the mailing lists.
In a fit of stupidity I've just upgraded my machine from 98 to XP
(purely for research ;), and now I need to add it to the domain.
My root user on the Linux box running samba is called guB~b1n5 and the
Linux box is configured to use PAM and SSL, I've
2012 Mar 09
4
php-pear problem on yum update
Hello list
I have centos-release-5-7.el5.centos and today I noticed that there are
some updates with yum.
I try to update but something hapend with php-pear:
file /usr/share/pear/.channels/__uri.reg from install of
php-pear-1.4.9-8.el5.noarch conflicts with file from
pa ckage
php-pear-ole-0.5-2.el5.rf.noarch
file
2015 Apr 08
2
EPEL no php-pear package?
Does anyone know what package provides the pear utility for php on
CentOS?
I tried installing a php-pear module from epel and got this error:
Resolving Dependencies
--> Running transaction check
---> Package php-pear-DB.noarch 0:1.7.13-3.el6 will be installed
--> Processing Dependency: php-pear(PEAR) for package:
php-pear-DB-1.7.13-3.el6.noarch
--> Processing Dependency:
2007 Feb 15
2
What is/provides php-pear(PEAR)
I am running up against a less than helpful error message when trying to
install php-pear-DB (why people cannot content themselves with all
lowercase packages names escapes me, but that is a rant for another time
and place). After enableing centos-plus and adding includepkgs=php-pear-DB
I get this:
# yum install php-pear-DB
Setting up Install Process
Setting up repositories
Reading repository
2010 Apr 17
2
centos egroupware
Hi,
I am trying to install egroupware. The installation tests have some
warnings. What are the packages missing which I can use yum to install them?
Checking PEAR::HTTP_WebDAV_Server is installed: False
PEAR::HTTP_WebDAV_Server is needed by: WebDAV. You can install it by
running: pear install HTTP_WebDAV_Server
Checking PEAR::Auth_SASL is installed: False
PEAR::Auth_SASL is needed by:
2008 Jan 14
1
Error install php-pear-db
I have a Centos 5.1 server that I need to install some pear modules
php-pear y php-pear-db, i have this error:
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
php-pear noarch
2010 Jul 02
2
Problem with aggregating data across time points
Hello-
I have a dataset which basically looks like this:
Location Sex Date Time Verbal Self harm
Violence_objects Violence
A 1 1-4-2007 1800 3 0
1 3
A 1 1-4-2007 1230 2 1
2 4
D 2 2-4-2007 1100 0
2001 Nov 12
1
Addition - Help!!! Windows XP Joining Samba 2.2.2 Domain
Have also now changed the root username back to root to see if that
helped (although it doesn't cause any problems with any other
applications), but it does now mean that I get the same error message
using the root user as I do using the user seri:
The following error occurred attempting to join the domain
"HOME":
Access is denied.
I have also added the line
nt acl support = no
to
2012 Jul 12
3
php-pear missing from 5.8 (i386) metadata?
Hi,
# yum install php-pear
<snip>
No package php-pear available.
Nothing to do
This is on CentOS 5.8 (i386). The package is available for both archs on
the two mirrors I checked. I also tried a
# yum clean headers
# yum clean metadata
# yum clean dbcache
to no avail. Am I missing something or is it the metadata?
Regards,
Leonard.
--
mount -t life -o ro /dev/dna /genetic/research