Displaying 13 results from an estimated 13 matches for "upatras".
Did you mean:
patras
2002 Sep 04
2
classification table in logistic regression
Friends,
Is there an option (or options) to produce a classification table when
running a logistic regression analysis? Similar to the ctable option in
proc logistic in SAS?
TIA,
Ioannis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2024 Oct 17
6
JASP vs R
Colleagues,
Many of my colleagues come to me for a recommendation for statistical
software.
Since I am an R user, that's my typical answer.
Some colleagues of mine refuse to use it because of its steep learning curve
and lack of a GUI.
They wanted a statistical software that's free and that had a GUI.
I recently learned about JASP. See https://jasp-stats.org/ for more details
This may be
2005 Mar 09
3
R-2.0.1 Gentoo g77 problem
Hello,
I use Gentoo and I can't get R 2.0.1 to compile. I used the portage system, Gentoo's source package sytem, and after it uncompresses the source to R, it says that I don't have a fortran compiler. It told me to use f77 flag and re-emerge gcc, which I did with the f77 and fortran flags, but it still won't compile. Does anyone have any ideas? I suspect that gcc has changed
2004 Jul 22
0
RE: Comparison of correlation coefficients - Details
...for
the Hunter-Schmidt method.
BTW, the manual to the program Meta-Analysis 5.3, is also very helpful,
see: http://userpage.fu-berlin.de/~health/meta_e.htm
Further suggestions in this direction are greatly appreciated.
Best regards
Christian Stratowa
-----Original Message-----
From: idimakos at upatras.gr [mailto:idimakos at upatras.gr]
Sent: Wednesday, July 21, 2004 18:07
To: Christian.Stratowa at vie.boehringer-ingelheim.com
Cc: bioconductor at stat.math.ethz.ch; r-help at stat.math.ethz.ch
Subject: Re: [R] RE: Comparison of correlation coefficients - Details
That sounds very close to a meta...
2005 Dec 27
2
off topic A4 paper
Dear R People:
Please excuse the off topic question.
What are the dimensions of A-4 Paper, please?
Actually, the question should read, "how do I set up a LaTex file
to fix A-4 paper, please?"
Thanks much!
Sincerely,
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: hodgess at gator.uhd.edu
2005 Oct 24
2
Is 64-bit linux compatible version of 'R' available?
Hi,
Is there any 64-bit compatible version of 'R' available?
Thanks & Regards,
Uttam Phulwale
Tata Consultancy Services Limited
Mailto: uttam.phulwale@tcs.com
Website: http://www.tcs.com
[[alternative HTML version deleted]]
2008 May 18
1
R is a virus, spyware or malware (gasp!)
After a search session in Google, I found this page:
http://www.prevx.com/filenames/X1993788672854780728-0/RGUI.EXE.html
which classifies Rgui.exe (clearly stated as "R for Windows GUI
front-end") in a database of virus, spyware and malware!
No comments!
Philippe Grosjean
2001 Jul 20
3
ext2resize for Ext3
Hi.
What is the state of ext2resize for Ext3?
How about the online-ext3-patch?
Regards,
Christian
--
* Christian A. Lademann, ZLS Software GmbH mailto:lademann@zls.de
* ZLS Software GmbH
* Frankfurter Strasse 59 Postfach 1628 mailto:zls@zls.de
* D-65779 Kelkheim D-65766 Kelkheim http://www.zls.de
* Telefon +49-6195-9902-0 Telefax
2005 Dec 28
1
[Fwd: Re: R on Mandriva 2006]
...39;t know if Michele is still active in
maintaining R for Mandrake. But he has a site for R and Mandrake in
italian and this may provide some first clues.
HTH,
Ioannis
--
Ioannis C. Dimakos, Ph.D.
University of Patras
Department of Elementary Education
Patras, GR-26500 GREECE
http://www.elemedu.upatras.gr/dimakos/
http://yannishome.port5.com/
2005 Dec 28
2
R on Mandriva 2006
Hello anyone,
I'm trying to install R on Mandriva 2006 distribution via rpm file with the
line
urpmi R-2.0.0-1mdk.i586.rpm
but I got an error message saying that the file is not accessible due to some
info problem.
I also tried with a source code in R-2.1.1.tar but I think that there is some
problem concerning the new version of gcc (4.x), so I downgraded it to gcc
3.4.5 but it does
2010 Aug 30
1
lost in vegan package
Hi R Helpers,
I'm still new to R and i experience many difficulties..I'm using vegan
package (R version 2.11) trying to calculate checkerboard units for each
species pair of a matrix. I've prepared the function:
pair.checker=function (dataset) {designdist (dataset,
method="c("(A-J)x(B-J)", terms ="binary", abcd=FALSE)}
to use with function oecosimu as
2006 Feb 27
5
repeated measures ANOVA
Dear list members:
I have the following data:
group <- rep(rep(1:2, c(5,5)), 3)
time <- rep(1:3, rep(10,3))
subject <- rep(1:10, 3)
p.pa <- c(92, 44, 49, 52, 41, 34, 32, 65, 47, 58, 94, 82, 48, 60, 47,
46, 41, 73, 60, 69, 95, 53, 44, 66, 62, 46, 53, 73, 84, 79)
P.PA <- data.frame(subject, group, time, p.pa)
The ten subjects were randomly assigned to one of two groups and
measured
2011 Jul 19
0
Piping alsa and flac
?Hello,
I am developing an application that constantly captures audio using ALSA. I would like to pipe audio data from the buffer of the ALSA process to a child process that will use FLAC in order to periodically save the recorded segments in .flac files. Is this possible? How can a program like the encoder found in the example code section