search for: liz

Displaying 20 results from an estimated 61 matches for "liz".

Did you mean: lib
2007 Mar 26
1
data-frame adding/deleting column
...ve 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 <- data.frame(df) > colnames(df) <- c("Father", "Mother", "Child.Age") > df Father Mother Child.Age 1 Fred Mary 4 2 Fred Mary 7 3 Fred Mary...
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? How can I then extract the corresponding information if I have both entries in Lst? Thanks for helping, Corinna
2009 Sep 02
1
Xapian Error 126
hi~ OS: Windows Server 2008 R2 <http://code.google.com/p/djapian/source/detail?r=2>, 64-bit xapian version: 1.0.15, just installed the package from http://www.flax.co.uk/xapian/1015/xapian-python-bindings%20for%20Python%202.6.2%20-1.0.15.win32.exe dapian version: 2.2.4, use xapian in dapian. When running the rebuild, got the error, like: >python manage.py index --rebuild [Error 126]
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", main="Counts Out of 350 Aquariums", ylim=c(0,400), fill=color)+scale_y_continuous(breaks=c(0, 70, 277, 350)) Thanks -- Stephen S...
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 SIGNATURE----- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFD/5f8IACpLcG4dhwRAvvIAJ9mBLcxnSo4/lnfg/...
2005 Jul 06
3
Seeking help with Samba shares & OPLOCKS & Quickbooks databases
...king = no share modes = no The first user opens the database, and as soon as the second person attempts to access the same database, the database is corrupting and crashing. Does anyone else out there have a similar setup or experience that works and can help me resolve my issue?? Much thanks! Liz
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
...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? Thanx before-hand! Liz [[alternative HTML version deleted]]
2006 Aug 31
1
differnce between lme and proc mixed
...cal 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 --------------------------------- [[alternative HTML version deleted]]
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
2009 Apr 16
1
Graphics help
...would like to plot these linearly above each country. So one would imagine that cold countries would have lots of points at lower temperatures and the opposite for higher countries with a few outliers. I am not sure how to do this and would be grateful for any direction. Many thanks in advance, Liz _________________________________________________________________ [[alternative HTML version deleted]]
2012 Aug 22
3
opus lossless?
Hi All, It is possible to make Opus/CELT a lossless coder if I allow a sufficiently high bit rate? We considered using FLAC, but FLAC's latency is well beyond the acceptable range. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20120822/60c69469/attachment.htm
2008 Nov 07
4
Installing application with 2 cd's
...on 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 eject. Been trying for a few hours and now I give up. Heading for bed. Any ideas would be helpful. Liz M -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20081106/e76c7b46/attachment.htm
2005 Jul 11
3
oplocks, QuickBooks (Samba 3)
Hi there, Can somebody please explain to me why Samba 3 requires 'oplocks = no' on shares for programs like Quickbooks to operate properly with multiple users, where Samba 2 didn't? Without this option, Quickbooks will complain about file corruption when a second user tries to open a file. This option, however, makes the particular share that the option is present in _very_ slow
2006 Feb 16
1
Too Many Ace Entries for file
...re: ~ if (ace_count != 3) { ~ DEBUG(3,("convert_canon_ace_to_posix_perms: Too many ACE entries for file %s to convert to \ posix perms.\n", fsp->fsp_name )); ~ return False; ~ } I did attempt to bump it up but it just stopped erroring out :) ( Duh liz!) still didnt work.. Any ideas? - ----------Data---- # file: testfile # owner: xxx if (ace_count != 3) { # group: domain\040users user::rwx user:bin:rwx user:lisa:r-- group::r-- mask::rwx other::rw- getfacl output: Samba version: Version 3.0.21b mount output: /dev/md0 on /home type ext3 (rw...
2007 May 07
4
creating a new column
hie l would like to create a 6th column "actual surv time" from the following data the condition being if censoringTime>survivaltime then actual survtime =survival time else actual survtime =censoring time the code l used to create the data is s=2 while(s!=0){ n=20 m<-matrix(nrow=n,ncol=4)
2008 Jul 30
0
Accessibility of automatic e-mail links
...obfuscated words, but the day that happens, all the spam bots will, too. ;-) Anyway, this is pretty minor, just wanted to contribute what I noticed about accessibility for food for thought and say hello. I'll write again if I notice anything else during my accessibility evaluation. Thanks, Liz Blankenship E-mail: liz.blankenship at gmail.com Phone: 515-450-0102 Website: http://www.lizblankenship.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20080730/094bd765/attachment.htm>
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]]
2007 Feb 08
1
the plotting position of theoretical quantile for qqnorm
...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. Which one is "qqnorm" used? Thx a lot! Liz [[alternative HTML version deleted]]
2008 Jun 26
1
Gettting barchart titles as numbers not characters
...hinks it is a character string not a number. If you know the proper way to do this, that would be great to know too. One last thing, the title comes up in a pink row above each barchart - any way to make this look a little more exciting? i.e. change colour, align to the left?? Many thanks Liz