search for: cezar

Displaying 20 results from an estimated 74 matches for "cezar".

Did you mean: cesar
2003 Sep 19
3
Locate first index
...ow if exists a manner to get the first index where a condition is attained in a vector. For example, There is a better solution than first.index <- table(subject[corretor==27])[1] (give me the subject for the first time that corretor is 27)? Thanks, ======================================== Cezar Freitas (ICQ 109128967) IMECC - UNICAMP Campinas, SP - Brasil
2003 Aug 06
2
evaluating and walking in names
...rix(runif(6),ncol=2)) names(my.data) [1] "X1" "X2" for(i in names(my.data)){ my.variable <- cat(paste("my.data$", i, "\n", sep="")) print(mean(my.variable)) } #it doesn't work. Thnaks for all, C. ======================================== Cezar Freitas (ICQ 109128967) IMECC - UNICAMP Campinas, SP - Brasil
2006 Dec 10
4
sample "n" random positions from a matrix
Hi there, I have a binary matrix (dim 100x100) filled with values 0 and 1. I need select a record "n" positions of that matrix when values are 1. How can I do that? Thanks for all, Miltinho Brazil --------------------------------- [[alternative HTML version deleted]]
2002 Mar 18
4
Plot 3d
There exists a plot 3d functions (or similar) in R? Thanks, ======================================== Cezar Freitas (ICQ 109128967) IMECC - UNICAMP Campinas, SP - Brasil -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &...
2004 Jun 20
1
hidden markov models in R?
Hi, friends! Has R estimation (library, for example) to do estimation in HMM? Thanks in advance, ======================================== Cezar Freitas Estatistico - Comissao Permanente para os Vestibulares / UNICAMP Probabilidade e Estatistica Aplicadas - IME / USP | IMECC / UNICAMP Campinas | Sao Paulo, SP - Brasil
2007 Mar 12
3
reading BMP into R
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070312/112cd7f9/attachment.pl
2009 Dec 03
2
adding bmp/jpg/gif to an existing plot
...d.X("myimage.jpg") add.image(image, x.left=2, y.bottom=4, size="40%") #points the left-bottom corner and the reative size of image abline(x=3, col=2, lwd=2) #continues editing the plot window. text(2,3,labels="example of graphics and image") Is it possible? Thanks, Cezar Freitas [[alternative HTML version deleted]]
2009 Jun 26
5
(performance) time in Windows vs Linux
...the machine in both sittuations and checked free memory. Tecnichal details: Machine: Intel Core 2 Duo DDR2 4 Gb RAM Windows version: XP Professional - 32 bits R version: 2.9* binaries Linux version: Ubuntu 8* (Hardy) - 64 bits R version: 2.9* binaries and 2.9* compiled from source Thanks to all, Cezar Freitas #code  N = 50000  n = 15000    #makes data  dad = as.data.frame(cbind(sample(N,N,replace=FALSE), rpois(N,30)))  names(dad) = c("id","age")    aux = as.data.frame(cbind(sample(N,n,replace=FALSE), round(runif(n),4)))  names(aux) = c("id","score")    #...
2008 Feb 04
1
how to get points from SpatialPolygonsDataFrame
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080203/5ea1e3ad/attachment.pl
2007 Dec 02
3
fitting "power model" in nls()
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071202/009ec8f2/attachment.pl
2007 Apr 01
4
Abundance data ordination in R
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070401/33921c2a/attachment.pl
2007 May 08
3
plotting a point graph with data in X-axis
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070508/1c7def0a/attachment.pl
2006 Apr 19
1
apply(table) miss factor structure
...use apply, the factor structure is missed: > apply(restr[,c("p1","p2")], 2, table) $p1 1 2 4 26 1 1 $p2 1 2 3 4 5 13 11 1 2 1 Can I use a matricial (like apply) manner to do this holding the factor structure (the zero-counts must be displayed)? Thanks, Cezar Freitas Unicamp - Brasil
2006 Nov 02
2
Individual Based Model and/or Cellular automata
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061101/4218da11/attachment.pl
2006 Nov 07
2
changing image dimensions
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061107/c586ecc7/attachment.pl
2007 Jan 08
2
ACCESS/Office : connecting
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070108/848ef12f/attachment.pl
2007 Feb 11
2
deleting row when any col is.na
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070211/e93b6988/attachment.pl
2007 Dec 16
2
reading data on code script.
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071216/5eda447c/attachment.pl
2007 Dec 30
2
updating R version and packages.
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071230/0d82c1cc/attachment.pl
2007 Jun 20
2
Creating directory under Windows R session
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070620/7c279140/attachment.pl