Displaying 12 results from an estimated 12 matches for "eusebio".
2007 Mar 08
1
sink with R-code
I have the same question that Eusebio had:
Is there a function similar to "sink" that redirect also R code to a
file that
is:
sink("R001")
x <- c(2,-6,-4,8,5,4,1,3,4,-9,0,1)
A <- matrix(x, ncol=3)
A
A.prima <- t(A)
A.prima
dim(A)
dim(A.prima)
sink()
create a file "R001" with contents:
--------...
2000 Feb 23
1
Console font size
It is posible to change the console font size? What in the funtion needed?
Tanks in advance
Eusebio
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...
2000 Jan 20
2
Which Linux distribution?
...T PENTIUM I and II) mostly for educational
purposes. I thinking of moving to Linux, is there any Linux distribution in
which R works better? or it would have to work fine in any Linux
distribution?
Thanks for any hint
*************************************************************
* Eusebio Arenal Guti?rrez *
* Departamento de Estad?stica e Investigaci?n Operativa *
* _\|/_ Universidad de Valladolid *
* (o o) Espa?a *
*---oOO-(_)-OOo-----------------------------------,,,-------*
*...
1999 Nov 08
1
replacement and extraction functions
...(*tmp*, value = structure(list(tratamiento = c("A",
: unused argument to function
but the following works
> veneno.diseno <- "factor.names<-"(veneno.diseno, fnombres)
Thanks for the help
*************************************************************
* Eusebio Arenal Guti?rrez *
* Departamento de Estad?stica e Investigaci?n Operativa *
* _\|/_ Universidad de Valladolid *
* (o o) Espa?a *
*---oOO-(_)-OOo-----------------------------------,,,-------*
*...
2000 Mar 15
1
Windows crash when running Rgui
...I act?
Error message:
Rgui causes an exception 104 on module R.dll of 0137:100324d4 records
EDX=0434cfd8 CS=0137 EIP=100324d4 EFLGS=00010206
EBX=815ce8e4 SS=013f ESP=0253fdl4 EBP=0253fdlc
ECX=00000000 DS=013f .......
.......
Bytes in CS:E/P
dd 1d .......
.......
Thanks in advance for any help.
Eusebio
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...
2003 Apr 24
1
rw1.7.0 spend much time to open
...d 2195) Service Pack 2" "xxxxxxx"
machine login
"x86" "xxx"
user
"xxx"
Thanks in advance,
Eusebio Arenal
2007 Mar 19
2
Wine Directx
Hi,
I was starting Steam when I saw the survey of hardware. They didn't
detected anything, but It said that I was using Directx 6.1
http://img217.imageshack.us/img217/2111/capturadatelanw3.png . Is this
real or Steam is mistaken?
Thanks,
Eusebio.
2006 Jul 26
3
adding class or id tags to tags like linkto and form
I''m trying to figure out things like this by myself so I don''t bother my
developer and slow him down. How do I add class or id css attributes to
tags like this:
<%= form_remote_tag :url => { :action => "send_url" } %>
<%= link_to_remote "My Profile URL", :url => { :action =>
"send_profile_url", :id => @user.id } %>
2000 Apr 13
1
random and group arguments in lme
...s
> 46.815/4.837
[1] 9.67852
> 2*pf(46.815/4.837, 2, 9, lower.tail=FALSE)
[1] 0.01143266
How can I fit this model with lme function (of nlme)? What arguments have I
to put in the random and group arguments?
Where can I find references about the nlme library? a tutorial?
Thaks in advance,
Eusebio
_\|/_
(o o)
*---oOO-(_)-OOo-----------------------------------,,,-------*
* use at eio.uva.es (o o) *
*---------------------------------------------oOO-(_)-OOo---*
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2001 Dec 18
1
Newbie problems with R and compiled C
...one:
> gen(n=31, a=3, c=0, m=31, x0=9)
$x
[1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
$n
[1] 31
$a
[1] 3
$c
[1] 0
$m
[1] 31
$x0
[1] 31
In fact $x shouldn't be 0 and $x0 should be 9.
I think I'm missing something obvious with C and R.
Thanks for any hint,
Eusebio Arenal
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-reque...
2000 Aug 07
1
Rterm and Windows 2000
...except Rterm. Rterm runs but only
accepts one command, it doesn't return the R promt. This is a problem to run
R under Emacs and in a "BATCH" mode. Is there a workaround or a solution to
this problem.
Please reply directly to me, in summer I'm not subscribed to the list.
Thanks.
Eusebio
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at sta...
2001 Mar 20
0
lme formula
...more than I want. Is it possible put something
like "B %in% A" as a grouping factor?
Sorry if questions have no sense, but I've been shearching in nlme help and
Pinheiro & Bates's book and I don't know if the function lme can handle
these problems.
Thanks for any hint,
Eusebio Arenal
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request...