search for: fundacao

Displaying 20 results from an estimated 20 matches for "fundacao".

2008 Sep 16
1
plotting on the figure margin
...tion (or some equivalent function) to plot a legend on the figure margin? 3. Any other way to plot either symbols or a legend on the margin? I use R 2.7.2, running on Windows XP. Thank you very much. Paulo Barata -------------------------------------------------------------------- Paulo Barata Fundacao Oswaldo Cruz - Oswaldo Cruz Foundation Rua Leopoldo Bulhoes 1480 - 8A 21041-210 Rio de Janeiro - RJ Brazil E-mail: pbarata at infolink.com.br Alternative e-mail: paulo.barata at ensp.fiocruz.br
2008 Dec 21
1
function prop.trend.test (stats)
...on and/or details of its implementation. May I suggest that some bibliography be included, as it generally happens with other statistical functions. I currently use R 2.8.0 running on Windows XP. Regards, Paulo Barata --------------------------------------------------------------- Paulo Barata Fundacao Oswaldo Cruz - Oswaldo Cruz Foundation Rua Leopoldo Bulhoes 1480 - 8A 21041-210 Rio de Janeiro - RJ Brazil E-mail: pbarata at infolink.com.br Alternative e-mail: paulo.barata at ensp.fiocruz.br
1999 Oct 22
1
client NT always asks for password
...ask for the password on each share of the samba server, although the password is the same as the log on password. Is there any way to avoid this ? The first try always fails on the server, but I don't what user/passwd combination NT uses on that first time... Thanks, Joao Pagaime -- FCCN - Fundacao para a Computacao Cientifica Nacional - Tel: 351-1-8440100
2006 Aug 08
1
parameter yaxs / function hist (graphics)
...ere. I am using R 2.3.1, running under Windows XP. ## Example: x <- rnorm(100) hist(x,breaks=seq(-4,4,0.5),ylim=c(0,40),yaxs="i", xlim=c(-4,4),xaxs="i") box() Thank you very much. Paulo Barata -------------------------------------------------------------- Paulo Barata Fundacao Oswaldo Cruz / Oswaldo Cruz Foundation Rua Leopoldo Bulhoes 1480 - 8A 21041-210 Rio de Janeiro - RJ Brasil E-mail: pbarata at infolink.com.br
2008 Aug 21
2
barplot with anchored bars
...(1,2,3,4) op <- par(yaxs='i') barplot(x) box() par(op) The parameter yaxs='i' does not seem to work with barplot. I use R version 2.7.1, running on Windows XP. Thank you very much. Paulo Barata -------------------------------------------------------------------- Paulo Barata Fundacao Oswaldo Cruz - Oswaldo Cruz Foundation Rua Leopoldo Bulhoes 1480 - 8A 21041-210 Rio de Janeiro - RJ Brazil E-mail: pbarata at infolink.com.br Alternative e-mail: paulo.barata at ensp.fiocruz.br
2010 Apr 22
1
packages gdata / gtools - installation in R 2.11.0
...ay around this situation? How to correctly install package gdata (which depends on gtools) in R 2.11.0? Both R 2.10.1 and R 2.11.0 are running on Windows XP, in the same computer. Thank you very much. Paulo Barata -------------------------------------------------------------------- Paulo Barata Fundacao Oswaldo Cruz - Oswaldo Cruz Foundation Rua Leopoldo Bulhoes 1480 - 8A 21041-210 Rio de Janeiro - RJ Brazil E-mail: pbarata at infolink.com.br E-mail: paulo.barata at ensp.fiocruz.br
2006 Nov 22
3
saving graphics in jpeg format
...onsulted the R documentation and the R list archive, but haven't found any proper (to me) information on this matter. I am using R 2.4.0 running under Windows XP. Thank you very much. Regards, Paulo Barata ----------------------------------------------------------------------- Paulo Barata Fundacao Oswaldo Cruz (Oswaldo Cruz Foundation) Rua Leopoldo Bulhoes 1480 - 8A 21041-210 Rio de Janeiro - RJ Brazil E-mail: pbarata at infolink.com.br
2008 Jul 20
0
coin package (conditional inference / permutation): parameter teststat
...ivariate responses, when using permutation tests. Just for information, I currently use R 2.7.1 running on Windows XP. The coin package is version 0.6-9 (5 May 2008). Thank you very much. Regards, Paulo Barata ----------------------------------------------------------------------- Paulo Barata Fundacao Oswaldo Cruz Rua Leopoldo Bulhoes 1480 - 8A 21041-210 Rio de Janeiro - RJ Brazil E-mail: pbarata at infolink.com.br Alternative e-mail: paulo.barata at ensp.fiocruz.br
2010 Jul 27
0
gam (package gam) - diagonal of smoother matrix
...plot(x,y,xlim=c(-5,5),ylim=c(0,40)) library(gam) r <- gam(y~lo(x,span=0.5),family=poisson) pr <- predict(r,type='response') o <- order(x) lines(x[o],pr[o]) Thank you very much. Regards, Paulo Barata ------------------------------------------------------------------ Paulo Barata Fundacao Oswaldo Cruz - Oswaldo Cruz Foundation Rua Leopoldo Bulhoes 1480 - 8A 21041-210 Rio de Janeiro - RJ Brazil E-mail: pbarata at infolink.com.br Alternative e-mail: paulo.barata at ensp.fiocruz.br
2010 Oct 17
0
R 2.12 How many downloads
...;docs for Packages grid and Matrix", and I used the > default options. > > Should I proceed with the installation of that version of R? > > Thank you very much. > > Paulo Barata > > -------------------------------------------------------------- > Paulo Barata > Fundacao Oswaldo Cruz - Oswaldo Cruz Foundation > Rua Leopoldo Bulhoes 1480 - 8A > 21041-210 Rio de Janeiro - RJ > Brazil > > E-mail: pbarata@infolink.com.br > Alternative e-mail: paulo.barata@ensp.fiocruz.br > > ______________________________________________ > R-help@r-project.o...
1999 Oct 20
0
slow concurrent accesses
...sly. I don't think it has nothing to do with the application because it was working fine on an older version of samba. Did anyone experience such problems ? What is the proper way to debug concurrency on samba - watching locks, measuring times, etc? Thanks in advance, Joao Pagaime -- FCCN - Fundacao para a Computacao Cientifica Nacional - Tel: 351-1-8440100 PS: I tried to eliminate locks - for test purposes - but smbstatus reports them anyway...
2003 Nov 21
1
Is smbpasswd against windows 2003 server working?
...2003 server. Or anyone know another way to change an user password stored on windows 2003 server from a linux box? I'm deseperate and would appreciate any hint. Thanks. __________________________________________ Vandeir Eduardo (CCNA) Laborat?rio de Computa??o e Inform?tica (LCI) - Campus IV Fundacao Universidade Regional de Blumenau (FURB) Rua Braz Wanka, 238 - CEP: 89.035-160 - Blumenau (SC) Blumenau, SC, Brasil. Fone: +55 (047) 321-7819 - Fax: 321-7802
2010 Jul 03
2
logistic regression - glm() - example in Dalgaard's book ISwR
...gression1) summary(regression2) summary(regression3) ## note different residual deviance, degrees of freedom ## and AIC between regression 3 and regressions 1 and 2. ##== end ================================================= ---------------------------------------------------------- Paulo Barata Fundacao Oswaldo Cruz - Oswaldo Cruz Foundation Rua Leopoldo Bulhoes 1480 - 8A 21041-210 Rio de Janeiro - RJ Brazil E-mail: pbarata at infolink.com.br Alternative e-mail: paulo.barata at ensp.fiocruz.br
2009 Feb 24
0
data file - function write.fwf - library gdata
...bbb 1 111 2 222 3 333 4 444 5 555 6 666 ----------- Output file test-2.txt (each line has been split in two lines): aaa bbb 1 111 2 222 3 333 4 444 5 555 6 666 ----------- Thank you very much. Paulo Barata -------------------------------------------------------------------- Paulo Barata Fundacao Oswaldo Cruz - Oswaldo Cruz Foundation Rua Leopoldo Bulhoes 1480 - 8A 21041-210 Rio de Janeiro - RJ Brazil E-mail: pbarata at infolink.com.br Alternative e-mail: paulo.barata at ensp.fiocruz.br
2004 Jul 30
1
Symlinks out of sharing still not working on 3.0.5
...ror Other symlinks that don't start whith ".." ou "/" works properly. What's going on here? This is driving me crazy! Thanks in advance. __________________________________________ Vandeir Eduardo (CCNA, LPIC-2) Laborat?rio de Computa??o e Inform?tica (LCI) - Campus IV Fundacao Universidade Regional de Blumenau (FURB) Rua Braz Wanka, 238 - CEP: 89.035-160 - Blumenau (SC) Blumenau, SC, Brasil. Fone: +55 (047) 321-7819 - Fax: 321-7802
2008 Jun 30
4
Problem reading a CSV
Hi, I have a CSV file where each row has at least 20 columns and some rows have up to 30 columns of data. When I use the command, Pathways<-read.table('MetaCycSample3.csv',sep=',',header=FALSE,quote='"') anything past the 21st column gets kicked down to a new row. How can I fix this? Thanks, -Nina
2006 Sep 01
0
Kernel OOPS with xen 3.0.2 on dom0
...1 00 00 8d 1c c5 00 00 00 00 8b 44 24 48 c1 e0 03 89 c1 c1 e9 02 89 4 c 24 18 <f3> a5 89 c1 83 e1 03 74 02 f3 a4 8b bc 24 8c 00 00 00 8b 4c 24 __________________________________________ Vandeir Eduardo (CCNA, LPIC-2, MCSA 2003 Server) Laboratório de Computação e Informática (LCI) - Campus IV Fundacao Universidade Regional de Blumenau (FURB) Rua Braz Wanka, 238 - CEP: 89.035-160 - Blumenau (SC) Blumenau, SC, Brasil. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Aug 25
5
How to do a meta-analysis plot
Dear R-list, I'd like to do a meta-analysis plot similar to install.packages('rmeta') require(rmeta) data(catheter) a <- meta.MH(n.trt, n.ctrl, col.trt, col.ctrl, data=catheter, names=Name, subset=c(13,6,5,3,7,12,4,11,1,8,10,2)) summary(a) plot(a) (see attached file) by using my own OR (Odds Ratio) and 95% Confidence Interval data set, which looks like
2008 Jul 20
4
drawing segments through points with pch=1
Please excuse me for asking such basic questions: Here is my code > y=c(1.21,0.51,0.14,1.62,-0.8,0.72,-1.71,0.84,0.02,-0.12) > ybar=mean(y) > ll=length(y); > ybarv=rep(ybar,ll) > x=1:ll > plot(x,ybarv,pch=1) > segments(x[1],ybar,x[ll],ybar) What I get is a collection of small circles, with a segment "on top" of the circles, which is almost what I want. But I
2007 May 03
0
unscrible pls
...smooth arc, not just a complete circle? > > > > I am using R 2.5.0, running under Windows XP. > > > > Thank you very much. > > > > Paulo Barata > > > > ----------------------------------------------------------------- > > Paulo Barata > > Fundacao Oswaldo Cruz (Oswaldo Cruz Foundation) Rua Leopoldo > > Bulhoes 1480 - 8A 21041-210 Rio de Janeiro - RJ Brazil > > E-mail: pbarata@infolink.com.br > > > > ______________________________________________ > > R-help@stat.math.ethz.ch mailing list > > https://stat.e...