Displaying 20 results from an estimated 100 matches similar to: "Box-Cox / data transformation question"
2004 Dec 19
1
Different graph type can coexisti??
Please consider a data frame
A B C D
1 4 5 0
2 3 2 75
3 4 1 84
4 5 1 90
5 3 0 100
Is there a way to plot column B and C as barplot *and* D as line on the same
graph??
R-2.0.1 powered by Mandrake 10.1
-------------------------------------------------------------------------------------------------------------------------
Landini dr. Massimiliano
Tel. mob. (+39) 347 140 11 94
Tel./Fax. (+39)
2004 Dec 19
1
Homogeneity of variance tests between more than 2 samples (long)
Dear all
a couple of months ago i've found threads regard test that verify AnOVa
assumption on homogeneity of variances. Prof. Ripley advice LDA / QDA
procedures, many books (and many proprietary programs) advice Hartley's F_max,
Cochran's minimum/maximum variance ratio (only balanced experiments), K^2
Bartlett's test, Levene's test.
Morton B. Brown and Alan B. Forsythe in a
2005 Jan 22
0
statistical test improvement of readability (was average disjunction)
Dear all ReadeRs
I was finding a quick method to improve test readability adding or constructing
(with your help....) one or more function that allow what follow.
Please consider
Trt<-c(1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5)
Block<-c(1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4)
AD2DAT<-c(1.44,2.32,1.68,1.28,0.12,0.08,0.24,0.52,0.12,0.08,0.16,0.28,0.16,0.08,0.12,0.12,0.16,0.08,0.32,0.76)
2008 Feb 29
2
links causing dovecot endless search through user's homedirs
Hello,
My user's imap folder locations are a mess. Some have them in
/home/username/mail but a lot of them just have them in /home/username.
So I need to have dovecot's base imapdir pointed directly at the user's
homedirs.
My problem now is that a lot of users have many links in their homedirs.
Some even have circular links, such as:
/home/username/foo/foo1/foo2/foo3/foo4 ->
2001 Jun 13
1
unreal does'nt install
How can I install Unreal Tournament under wine (20010510)? When I tried
it, I got following message after all files were copied:
>err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for
>printer 'Printer1 auto'
>fixme:winspool:AddPrinterW DocumentProperties fails
>verr:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for
>printer 'Printer1
2003 Aug 19
3
Is rl broken?
Greetings,
I cvsup'd and rebuilt a FreeBSD 4.8 system last Friday after receiving the
realpath security advisory. The machine is remote and the NIC uses the rl
driver. After booting the machine I had no network connectivity. The
person at the remote site says the boot was normal and he could see that the
NIC was properly configured but he could not ping it and I could not login.
We booted
2011 Jul 20
2
Thundebird 5.0 stuck until FETCH is done
I'm using thunderbird 5.0 with dovecot 1.0.15. My client stuck
downloading IMAP header every 10-15' Until the FETCH is done from 1 to
76687 (it's needs a looong time), my client isn't usable
Could you help me to fix this issue?
Below the log.
Thank you
2680[9cc6d00]: 9ccf800:mailserver:A:CreateNewLineFromSocket: * FLAGS
(\Answered \Flagged \Deleted \Seen \Draft unknown-1
2006 Dec 01
1
memory problem
hi to all,
frustated for this error, to day i buy a 1 GB memory
slot for my laptop
now it have 1,28GB instead the old 512, but i've the
same error :-(
damn!damn!....how can i do?
repeat for a little area (about 20X20 km and res=20m)
it work fine!
have you any suggestion?
is ther a method for look if this error depend from my
ram or other....?
thanks foe any suggestion!
i need your help.
2006 Jan 10
2
DBDesigner4 to AR model (script)
Hi list,
I have hacked together a small script to generate an ActiveRecord model
from a DBDesigner 4 (fabForce.net) model file. Take it apart and feed it to
the pigs ;).
the article:
http://tua.ch/ruby/current.html
and the script:
http://tua.ch/ruby/dbmodel/compute_model.rb
best of whishes for the new year,
kaspar
code manufacture & ruby lab at http://www.tua.ch/ruby
2008 Aug 27
0
[PATCH] stubdom: add v?errx? and v?warnx? functions
stubdom: add v?errx? and v?warnx? functions
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 14a9a1629590 extras/mini-os/include/posix/err.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/extras/mini-os/include/posix/err.h Wed Aug 27 10:29:36 2008 +0100
@@ -0,0 +1,15 @@
+#ifndef _POSIX_ERR_H
+#define _POSIX_ERR_H
+
+#include <stdarg.h>
+
+void err(int eval,
2009 Jan 02
2
segfault while running an R script
> MS <- floor (log2 (MinFileLen)) #NUMBER OF DECOMPOSITION LEVELS
*** caught segfault ***
address 0x31343142, cause 'memory not mapped'
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
Any idea ? Thank you in advance.
Maura
tutti i telefonini TIM!
[[alternative HTML version
2004 Sep 20
3
montecarlo simulation
Hy!
I would like to know how run a montecarlo simulation with R.
Thank you!!!!
Francesca Matalucci
__________________________________________________________________
Accesso Internet Gratis per utenti Excite! Attivalo subito!
http://www.excite.it/hitech/accesso
Il Mio Excite. Personalizza la tua Home page Excite come vuoi tu!
http://www.excite.it
AAA/Relazioni. Sfoglia gli annunci e trova la
2008 Jan 02
3
AGI stream file
Hi
I have created a rudimentary perl script that does most of what I want
but occasionally in seems that a file will not play. I see the
message getting sent to Asterisk but no reply to say that it
completed. In fact, the very next SAY DATE command works and
everything after that but the previous message seems to be ignored.
In addition, I found in one case that I had to read to STDIN
2009 Sep 16
3
How to extract a specific substring from a string (regular expressions) ? See details inside
Hi all,
I have thousands of strings like these ones:
"1159_1; YP_177963; PPE FAMILY PROTEIN"
"1100_13; SECRETED L-ALANINE DEHYDROGENASE ALD CAA15575"
"1141_24; gi;2894249;emb;CAA17111.1; PROBABLE ISOCITRATE DEHYDROGENASE"
and various others..
I'm interested to extract the code for the protein (in this example: YP_177963, CAA15575, CAA17111).
I
2005 Jan 20
2
Johnson transformation
Hello,
I'm Carla, an italian student, I'm looking for a package to transform non normal data to normality. I tried to use Box Cox, but it's not ok. There is a package to use Johnson families' transormation? Can you give me any suggestions to find free software as R that use this trasform?
Thank yuo very much
Carla
____________________________________________________________
6X
2007 Nov 08
2
Calculate percentages in a table of data
Hi everybody,
Im a newbie, but i hope someone can help me in this work...
Ill try to explain what i need to do in the best way, but my english is
not good...
Iv imported a big table of data, this table is something like this:
255 0 255 0 255 255 255 0 255 0
255 255 255 255 0 255 255 0 255 0
255 255 255 255 255 255 255 0 255 0
255 255 255 255 0 255 255 0 255 0
255 255 0 255 255 255 255 0 255 0
2010 Dec 07
3
Dahdi issue with Asterisk 1.8.0
Hi
I was using the delivered Ubuntu 1.6.x packages but I wanted to look at
gtalk integration so I downloaded, compiled and installed the source (after
removing the Ubuntu packages) have installed the following:
asterisk-1.8.0
dahdi-linux-complete-2.4.0+2.4.0
libpri-1.4.11.5
I copied my config back into place and most seems to work, but I cannot get
my phone that is plugged into the Wildcard
2008 Jan 05
4
iP0020 Phone busy signal all the time.
Hello to you all. Just got my first iP0020 phone and no matter what I do to
it when I try to call I get a busy signal even though Asterisk and the phone
web gui shows that the phone is "registered".
Has any body had any similar experience with this type of phone (or nay
phone)?
William Herrera
LAN/WAN Technical Consultant
LAN Solutions
<http://www.lan-solutions.net/>
2006 Jul 27
1
getdate_column
Plugin location:
http://svn.kylemaxwell.com/getdate_column/
** Won''t work on Windows **
OVERVIEW
===================
Getdate_column is designed to make the accessor methods of a datetime
column accept and return string representations of the date (e.g.
"today", "10 days from now", "1/2/06 10pm"). I personally find date
controls on the web to be clumsy,
2006 Jan 07
1
Problens to link 2 * servers
Hello,
I'm traying to link 2 * servers using SIP and the following errors was show:
"SIP/AsteriskA:AsteriskA@10.0.0.121/100") in new stack
Dec 13 22:46:57 WARNING[8767]: chan_sip.c:1398 create_addr: No such
host: 10.0.0.121/100
Dec 13 22:46:57 NOTICE[8767]: app_dial.c:759 dial_exec: Unable to
create channel of type 'SIP'
== Everyone is busy/congested at this time
Dec 13