Displaying 6 results from an estimated 6 matches for "leandromarino".
2010 Jul 10
4
Using Ubuntu as a Server
*Hi,
I want to know how can I configure R in a Ubuntu to be a server.
I am planning to use R in a Windows machine with Tinn-R, but I want R
running at an Ubuntu Lucid machine.
How can i do this?
*Atenciosamente,
Leandro Marino
http://est.leandromarino.com.br/Blog (Estatístico)
Cel.: + 55 21 9845-7707
Cel.: + 55 21 8777-7907
[[alternative HTML version deleted]]
2011 Aug 28
4
How do I get a weighted frequency table?
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110828/d35f51a1/attachment.pl>
2011 Oct 04
3
Tinn-R
I am new to R and have recently tried Tinn-R with very mixed and unexpected
results. Can you point me to a Tinn-R tutorial on the web or a decent
reference book?
Thank you for your help;
Charles McClure
cmcclure at atrcorp.com
cfmcclure at verizon.net
2013 Apr 13
1
Windows RT or Windows 8
Dear R Experts,
will R run on Windows RT or Windows 8?
I understand these platforms to be significantly different from former Windows versions.
Thank you for your time and answer.
Kind regards
Levke
[[alternative HTML version deleted]]
2012 Mar 05
1
Order a data frame based on the order of another data frame
Hi, I am trying to match the order of the rownames of a dataframe with
the rownames of another dataframe (I can't simply sort both sets
because I would have to change the order of many other connected
datasets if I did that): Also, the second dataset (snp.matrix$fam) is
a snp matrix slot:
so for example:
data_one:
x y
2008 Jul 01
5
WIERD: Basic computing in R
Can someone please enlighten me as to why the following happens?
> -2.7^8.6
[1] -5125.407
> p<- -2.7
> q<- 8.6
> p^q
[1] NaN
R seems perfectly able to calculate -2.7^8.6, but fails when the exact same values are assigned to variables and then the computation is repeated.
Thanks in advance for any suggetsions.
Kris.