Displaying 20 results from an estimated 1000 matches similar to: "Graphics help"
2011 Feb 08
2
Frequency plot --- stacked symbols
Hi,
We were wondering how we could make a stacked frequency diagram such as this one:
http://msemac.redwoods.edu/~darnold/math15/liz.pdf
We don't necessarily need the shaded "balls", other characters would be fine, such as stacks of x's.
David
2007 Mar 26
1
data-frame adding/deleting column
Hallo,
I have got an existing data frame and want to add a new column. The
existing data frame was created like this:
> df <- rbind( c("Fred", "Mary", 4), c("Fred", "Mary", 7),
+ c("Fred", "Mary", 9), c("Barney", "Liz", 3),
+ c("Barney", "Liz", 5) )
> df
2009 Jan 15
3
Bar Plot ggplot2 Filling bars with cross hatching
#I am putting a test together for an introductory biology class and I
would like to put different cross hatching inside of each bar for the
bar plot below
color <- c("Brightly Colored", "Dull", "Neither")
lizards <- c(277, 70, 3)
liz.col <- data.frame(color, lizards)
qplot(color, lizards, data=liz.col, geom="bar", ylab="Observed
Matings",
2007 Mar 26
5
Listing function
Hallo,
I build a list by the following way:
Lst = list(name="Fred", wife="Mary", no.children=3, cild.ages=c(4,7,9))
I know how I can extract the information one by one. But now I want to
add a new entry which looks like
name="Barney", wife="Liz", no.children=2, cild.ages=c(3,5)
How can I add this information to Lst without overwriting the first
entry?
2006 Feb 25
3
Compaq R1500 UPS and Linux
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
Has anyone gotten it working at all with Linux :) I picked one up for
thiry bucks and would love to monitor it!
Liz
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
iD8DBQFD/5fEIACpLcG4dhwRAmeCAJ9+8FGXqKoOlZdkw/KFXb9n0PEemwCdHaoD
NVnv7JjmBAjNsExK6WzAdnA=
=pcPX
- -----END PGP
2005 Jul 06
3
Seeking help with Samba shares & OPLOCKS & Quickbooks databases
I thought I had things figured out, but guess not. I have multi-user
Quickbooks databases that functioned fine on a Novell server but are
behaving badly on a Samba share. I have created a separate share for the
Quickbook databases, users are running Win XP Pro, latest patches, and the
Quickbooks application installed on the desktop. It is a multiuser version.
Server is RedHat ES 3, Samba
2005 May 20
3
SMB service not starting automatically
The smb service is not starting automatically. I can type service smb start
at the prompt and it loads, and I can then connect, but its not loading
automatically as it used to. Can someone point me in the right direction as
what file I need to change to make it load at startup. Thanks!
Liz
2017 Nov 19
2
Changeing logarithms
Hi!
I'm using a large panel data, and now I have faced some difficulties with
my analysis. The predictors are not normally distributed and there are
quite many outliers (some of them are influential though).
I have tried to change the logarythm, but i'm not sure, how to do that. I
want also draw a plot picture in which logarythms of predictors x and y are
changed. How could I do that?
2006 Aug 31
1
differnce between lme and proc mixed
Hey,
I was using lme and proc mixed in SAS to run a empirical bayesian model.
I used the same method for both lme and proc mixed (the default REML).
I got very similar, but not identical results. I am just wondering if anyone knows what the differneces may be between proc mixed and lme.
Any thoughts would be appreciated!
Thanks,
Liz
2008 Nov 07
4
Installing application with 2 cd's
Hi. I've tried to find this solution and have not been successful. Never
used wine before and am just getting into Linux.
Opensuse 10.3. Wine is installed. Using Wine-door. I have an application
that has 2 CD's. the first CD installs then asks for the 2nd CD. Unable to
eject the first cd. Get error message media is busy and can't eject. Can't
figure out how to get it to
2006 Feb 16
1
Too Many Ace Entries for file
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings,
I am encountering a problem with Samba and setting acl's for
files/directories from the security dialog on my Windows clients. I
can easily toggle the file permissions. However, it am not able to
add/remove user/groups from the GUI interface on my windows clients. I
have also noticed when I add access with setfacl it doesn't not
2006 Jun 26
1
Griddy-Gibbs sampler
Hey everyone,
I have read the paper by Ritter and Tanner(1992) on Griddy-Gibbs sampler and I am trying to implement it in R without much luck. I was wondering if anyone had used this or could point me to any example code.
Thanks,
Liz
---------------------------------
[[alternative HTML version deleted]]
2009 Mar 10
1
Phone Directories/Asterisk/SIP/directory.html
Greetings!
We are using cisco 7940 phone with SIP and asterisk. We would like to be
able to have phone directories available on the phones that are sourced from
active directory. Are their any scripts that can connect to the AD server
via LDAP and then create the directory.html file for the phones?
Thanks!
Liz
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jun 22
1
Where to find vfstest?
I am running Samba 3 on RedHat Enterprise ES rel 3 on an Intel box. I read
a man page about vfstest, but I am not able to find any such file on my
system. Can someone direct me to where I might find this file?
Thanks.
Liz
2007 Feb 08
1
the plotting position of theoretical quantile for qqnorm
Hello,
I have a doubt about the plotting position of the theoretical quantile for
the qqnorm
command in R.
Let F be the theoretical distribution of Y, we observed a sample of size n,
y1,y2, ...,
yn. We then sort it and comspare these empirical quantiles to the expected
ones
from F. For the plotting poition, there are several options:
1. i/(n+1)
2. (i-.375)/(n+.25)
3. (i- .3175)/ (n + .365)
etc.
2008 Jun 26
1
Gettting barchart titles as numbers not characters
Hi, I wonder if you could help me with my barcharts, I am using the
barchart function from the lattice library.
I have data like this:
Complex,Organisms,Percentage
130,0,50
130,1,10
130,2,20
130,3,15
130,4,5
133,0,10
133,1,15
133,2,20
133,3,50
133,4,5
I draw barcharts using this command...
2006 Feb 09
1
List Conversion
Hello,
I have a list (mode and class are list) in R that is many elements long and of the form:
>length(list)
[1] 5778
>list[1:4]
$ID1
[1] "num1"
$ID2
[1] "num2" "num3"
$ID3
[1] "num4"
$ID4
[1] NA
I'd like to convert the $ID2 value to be in one element rather than in two.?? It shows up as c(\"num2\", \"num3\") if I try to use
2012 May 29
1
unable to create channel of type 'SIP'
I'm trying to use OpenBTS with Asterisk.
I have two phones that are connecting to OpenBTS correctly, but on the
Asterisk side the phones can't call each other.
I followed this guide:
http://gnuradio.org/redmine/projects/gnuradio/wiki/OpenBTSSettingUpAsterisk
I set up two phones in sip.conf and extensions.conf.
In my SIP output I see this:
WARNING[1689]: app_dial.c:2041 dial_exec_full:
2012 Jan 13
1
R2jags update, jags.parallel
Anyone used jags.parallel in latest version of R2jags?
Ubuntu Oneiric, just ran updates in R to get latest R2jags package which
supposedly has added jags.parallel command to send chains to multiple
cores ... but when I submit, I get:
test <- jags.parallel(d, inits, param, model.file="rats.bug",
n.chains=3, n.iter=2000)
Error: could not find function
2008 Feb 25
3
Bugzilla: confirm account creation
Bugzilla has received a request to create a user account
using your email address (zfs-crypto-discuss at opensolaris.org).
To continue creating an account using this email address, visit the
following link by February 28th, 2008 at 03:48 PST:
http://defect.opensolaris.org/bz/token.cgi?t=F9zVJ7vXDC&a=request_new_account
If you did not receive this email before February 28th, 2008 at 03:48