search for: cedeplar

Displaying 14 results from an estimated 14 matches for "cedeplar".

2007 Oct 26
3
How to plot multiple variables on the same graph
....29682524 0.29842560 0.28839505 0.25944938 0.19894618 [13] 0.13850436 0.10445517 0.08361908 > mat [1] 1 2 3 4 5 6 7 8 9 12 16 24 36 48 60 Thanks!! Rafael Barros de Rezende MPhill Economics Candidate - Curriculum Lattes: [1]http://lattes.cnpq.br/9826095609825249 Cedeplar - Development and Regional Planning Center Face, UFMG ([2]http://www.cedeplar.ufmg.br) -- Esta mensagem foi verificada pelo sistema de antiv??rus e acredita-se estar livre de perigo. References 1. http://lattes.cnpq.br/9826095609825249 2. http://www.cedeplar.ufmg.br/
2008 Jun 12
4
How to increase the for() loop speed?
Dear R users, I would like to know if there is a way to increase the for() loop speed because in my routine the calculations are too slow. Best regards. Rafael Barros de Rezende Cedeplar - Center for Development and Regional Planning Face, UFMG ([1]http://www.cedeplar.ufmg.br) -- Esta mensagem foi verificada pelo sistema de antiv??rus e acredita-se estar livre de perigo. References 1. http://www.cedeplar.ufmg.br/
2010 Nov 07
3
Computing ergodic mean with CODA
...n using MCMC output from WinBUGS. I tried using CODA package, but it seems that it is not implemented yet. Could anyone help me to compute this? Attached to this email are my output and index files. Kind regards, Raquel -- Raquel Rangel de Meireles Guimar?es Doutoranda em Demografia raquel at cedeplar.ufmg.br http://ufmg.academia.edu/RaquelGuimaraes Cedeplar - Centro de Desenvolvimento e Planejamento Regional Avenida Ant?nio Carlos, 6627, Sala 2090, Pampulha, BH-MG Telefones: (31) 3409-7144 - (31) 9732-2132 Faculdade de Ci?ncias Econ?micas, UFMG (http://www.cedeplar.ufmg.br) -------------- next...
2007 Oct 24
1
Error in nls model.frame
...mula = ~j + mat), cause the formula should be (formula = j ~ mat). Am I right about that?? Again, how could I fix this problem?? I need a help here... Thanks. Rafael Barros de Rezende Economics MPhill Candidate - Curriculum Lattes: [1]http://lattes.cnpq.br/9826095609825249 Cedeplar - Development and Regional Planning Center Face, UFMG ([2]http://www.cedeplar.ufmg.br) - Brazil -- Esta mensagem foi verificada pelo sistema de antiv??rus e acredita-se estar livre de perigo. References 1. http://lattes.cnpq.br/9826095609825249 2. http://www.cedeplar.ufmg.br/
2011 Jan 27
1
Saving log file in R and display run time
...x2 <- construto[[j]] temp1 <- polychor(x1, x2, ML = FALSE,maxcor=.9999) corr[i-1,j-1] <- temp1 corr[j-1,i-1] <- temp1 } } return(corr) } Best regards, Raquel -- Raquel Rangel de Meireles Guimar?es Doutoranda em Demografia raquel at cedeplar.ufmg.br http://ufmg.academia.edu/RaquelGuimaraes Cedeplar - Centro de Desenvolvimento e Planejamento Regional Faculdade de Ci?ncias Econ?micas, UFMG (http://www.cedeplar.ufmg.br)
2012 Jan 03
6
calculate quantiles of a custom function
Hi, I guess that my problem has an obvious answer, but I have not been able to find it. Suppose I create a custom function, consisting of two beta-distributions: myfunction <- function(x) { dbeta(x,2,6) + dbeta(x,6,2) } How can I calculate the quantiles of myfunction? I have not seen any continous function treated in the docs, and applying the "quantile function" gives me an
2012 Nov 02
2
Merge data frame with mispelling characters
...can get out? I'm thinking to take the longest match possible to each entry. For example, in "Venable"/"Venables" there is a 87.5% match. As I have name and surname, and also auxiliary keys to this match, I think this could work. Thank you in advance. ----- Victor Delgado cedeplar.ufmg.br P.H.D. student www.fjp.mg.gov.br reseacher -- View this message in context: http://r.789695.n4.nabble.com/Merge-data-frame-with-mispelling-characters-tp4648255.html Sent from the R help mailing list archive at Nabble.com.
2010 Dec 23
1
Running sweave automatically using cygwin
...ot; 50.22 144.81 "246" 107.48 NA "247" 165.26 NA "248" 67.44 72.73 "249" 89.46 NA "250" 88.88 NA ======================================= -- Raquel Rangel de Meireles Guimar?es Doutoranda em Demografia raquel at cedeplar.ufmg.br http://ufmg.academia.edu/RaquelGuimaraes Cedeplar - Centro de Desenvolvimento e Planejamento Regional Faculdade de Ci?ncias Econ?micas, UFMG (http://www.cedeplar.ufmg.br)
2011 Jul 11
1
problem finding p-value for entropy in reldist package
Hi, I am using the reldist package and having problems determining the p-value for the entropy value from the reldist function. I am able to properly determine the entropy value, but cannot figure out what function to use to find the p-value. I have tried using rpy, rpluy (which provides p-values for the polarization values) and investing the results from reldist(). Thus, far I cannot find the
2011 Dec 28
2
Contingency tables example
I have this question: http://r.789695.n4.nabble.com/file/n4240145/data%5D.jpg This table and data represents a sample of social housing residents in Copenhagen and I'm asked to analyse the data with a view to seeing what might be related to residents satisfaction levels. And I just don't know where to start, if anyone could help this would be greatly appreciated Regards Sam --
2011 Dec 28
2
Gale-Shapley Algorithm for R
...4, n = 4, preference.row = preference.row, preference.col = preference.col, first=2) # The result is a zero-one matrix which indicates blocking pairs. ############################################################ Thank you, and please let me know, any bugs and improvements. ----- Victor Delgado cedeplar.ufmg.br P.H.D. student www.fjp.mg.gov.br reseacher -- View this message in context: http://r.789695.n4.nabble.com/Gale-Shapley-Algorithm-for-R-tp4240809p4240809.html Sent from the R help mailing list archive at Nabble.com.
2012 Feb 28
1
Error in solve.default(res$hessian * n.used) :Lapack routine dgesv: system is exactly singular
Hi there! I´m a noob when it comes to R and I´m using it to run statisc analysis. With the code for ARIMA below I´m getting this error: Error in solve.default(res$hessian * n.used) :Lapack routine dgesv: system is exactly singular The code is: > s.ts <- ts(x[,7], start = 2004, fre=12) > get.best.arima <- function (x.ts, maxord=c(1,1,1,1,1,1)) + { + best.aic <- 1e8 + n <-
2011 Jul 08
4
How to label specific points on a scatterplot
Command I am using for the plot: plot(Raw[][Plate==101]~well[][Plate==101], xlab="Well", ylab="Raw", main="Plate 101") I only want to label points on the graph where well equals B13, G13, K14 and N14 with the name of the well. Thank you for your help. -- View this message in context:
2011 Jan 31
0
Function rearrange (quantreg)
Dear all How can I obtain the data from the function "rearrange" in package quantreg More especifically, based on the example below (available in the help of the rearrange function), how can I access the data generated by "rearrange(zp)" ? data(engel) z <- rq(foodexp ~ income, tau = -1,data =engel) zp <-