Displaying 20 results from an estimated 400 matches similar to: "Changeing logarithms"
2008 Sep 19
2
Multiple logical operations in a subscript
Hello,
I would like to select cases using multiple logical operations (e.g. X
or Y or Z) without having to repeat the dataframe$variable within the
subscript. My working code (with a single logical operator) currently
looks like this:
dataframe$newvariable[data$oldvariable=="X"]<-"group1"
I thought this next line of code might do what I wanted, but it doesn't:
2011 Jun 14
1
Renaming variables
Hi guys,
I checked previous posts and I saw similar questions have been answered;
they didn't help me solve my problem though. I am using R version 2.13.0
(2011-04-13), Platform: x86_64-pc-mingw32/x64 (64-bit) and I am having
difficulties renaming variables. I tried with this command:
names (oldvariable) <- 'new_variable'
and now when I type in oldvariable the new name pops out
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
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?
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]
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
2007 Oct 10
2
Problem with RCMD CHECK (or BUILD)
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20071010/d6c89c66/attachment.pl
2010 Apr 18
2
Table or file as STDIN to the R Script
Hi all,
I am trying to call the R script/ R Program via my Shell Script. I need to
pass a file to the R script as an argument. When I am trying to do that I am
getting error and only first line of the file is being read. Can you tell me
how should I do that so that it reads the entire file in a R object so that
later I am able to process the matrix operation on that file. It is a tab
delimited
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",
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
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
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 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
2009 Apr 16
1
Graphics help
Hi,
I would like to draw a graph as follows:
A simplified example is that on the X axis are different countries, I have several temperature measurements taken from each country and 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
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 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 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
2002 Apr 07
2
Kernel Panic
I have just installed Redhat 7.2 on a P3 with adaptec 2400A IDE RAID. After
many attempts with the partitions, I have finally managed to install but not
get the following error on boot:
creatig root device
mounting root filesystem
error mounting ext3
pivotroot:pivot_root(/sysroot,/sysroot/initrd)failed:2
freeing unused kernel memory :220k freed
kernel panic: no init found. try passing init=option