Displaying 11 results from an estimated 11 matches for "19.15".
Did you mean:
19.10
2006 Jan 03
1
Summary functions to dataframe
I have written a few different summary functions. I want to calculate
the statistics by groups and I am having trouble getting the output as a
dataframe. I have attached one example with a small dataset that
calculates summary stats and percentiles, I have others that calculate
upper confidence limits etc. I would like the output to be converted to
a dataframe with one of the columns as the
2010 Sep 17
1
how to import this kind of data?
Dear All,
I am in a trouble with reading data.
It is in txt file looking like this.
0.00632 18.00 2.310 0 0.5380 6.5750 65.20 4.0900 1 296.0 15.30
396.90 4.98 24.00
0.02731 0.00 7.070 0 0.4690 6.4210 78.90 4.9671 2 242.0 17.80
396.90 9.14 21.60
0.02729 0.00 7.070 0 0.4690 7.1850 61.10 4.9671 2 242.0 17.80
392.83 4.03 34.70
0.03237 0.00
2012 Oct 17
3
aggregate function not working?
The aggregate function for some reason will now work for me.
The error I'm getting is:
"Error in sort.list(y) : 'x' must be atomic for 'sort.list'
Have you called 'sort' on a list?"
agPriceList=aggregate(PriceList$Size, list(PriceList$bandNum),sum)
*Price list dataframe:*
dput(PriceList)
structure(list(Price = c(0, 8.18, 8.27, 10.42, 10.5, 10.6, 11.13,
2009 Feb 19
0
change the label size when drawing trees with ape
Hi All,
I want to be able to change the labe size on a tree
when using ape package so that the graph can look
nicer, but don't know how. Playing with the "font"
doesn't seem to help. (Right now the labels barely
show.)
Thanks for your help!
Code I'm using now
#-------------------------
t1 = "(((1:77.37,2:77.37):9.4,4:86.77):7.56,3:94.33);"
t2 =
2014 Feb 18
1
Syntax error for Realtime SQLite3
I am using Realtime on Asterisk 11.5 with a SQLite3 backend. While
everything seems to be working fine I keep getting this error on my log
files:
[2014-02-17 19:55:18] WARNING[20569] res_config_sqlite3.c: Could not
execute 'UPDATE "sip_buddies" SET "ipaddr" = '192.168.2.23', "port" =
'5060', "regseconds" = '1392692118',
2011 Nov 01
2
how to submit corrections for virt-bridge-errors page?
Hi. This page saved me a lot of trouble today, when my Xen 3
multi-bridge setup stopped working after updated from CentOS 5.5 to
5.7:
http://www.centos.org/docs/5/html/Virtualization-en-US/ch-virt-bridge-errors.html
However there were a couple of errors in the script:
use of "op" instead of "OP" (variable name mismatch) and use of
..
,,
instead of
;;
in the shell
2011 Jan 03
1
/var/mail/<user> and mail group privileges
Hi Timo,
I'm facing problem with mail group privileges (again), because I've heard a
few complains. I was looking at old emails and list archives, but still does
not know the answer. In default (fedora/rhel) setup mail group and 0660
privileges are used. This means that when
mail_location = mbox:~/mail:INBOX=/var/mail/%u
is used, dovecot fails with first (and only first) attempt
2009 Mar 09
2
[LLVMdev] [llvm-testresults] cfarm-x86-64 x86_64 nightly tester results
This nightly tester is now using an llvm-g++ that produces the new ODR linkage
types. This means that many more functions are being considered by the
inter-procedural optimization passes (for example, "linkonce" functions defined
in a header). The result seems to be pretty huge swings (both good and bad) in
the C++ tests in the testsuite, see below. Note that this tester is often
1996 Nov 14
0
setgid binaries
Hi,
I''ve been thinking about group membership and the corresponding (weak)
restrictions to system resources. Consider the following:
% cat > gsh.c
main()
{
system("/bin/sh");
}
% cc -o gsh gsh.c
% id
uid=100(joe) gid=500(users) groups=14(floppy),15(sound)
% chgrp sound gsh
% chmod g+s gsh
% mail abuser
Subject: You owe me $5...
2005 May 30
3
sapply following using by with a list of factors
Background:
OS: Linux Mandrake 10.1
release: R 2.0.0
editor: GNU Emacs 21.3.2
front-end: ESS 5.2.3
---------------------------------
Colleagues
I am having some trouble extracting results from the function by, used to
average variables in a data.frame first by one factor (depth) and then by a
second factor (station). The real data.frame is quite large
> dim(data.2001)
[1] 32049 11
Here is a
2012 May 28
3
Dovecot 2.1 mbox + maildir
What syntax is needed to make this work?
The 2.0 wiki recomendations don't work - I can see the inboxes or the
folders but not both at once and there are lots of error messages about
prefix clashes if I simply use the existing 2.0.20 conf file on 2.1.6
The layout I have is:
Inboxes in mbox format - /var/spool/mail/%u
Folders in maildir format - /var/spool/imap/%u/Maildir/
Control and