Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

80 results for “from:Marcio”

How can I include a new book on the "Books" link at R-project.org ?
Marcio Pupin Mello · Apr 6, 2011 · r-help

I've just published a new book for R beginners in Portuguese: "Conhecendo o R: uma vis?o estat?stica" (something like "Knowing R: an statistical approach"). I'd like to include it on the list "Books" at R-project...

Portfolio with liabilities (LDI)
Márcio Rodrigues Bernardo · Oct 24, 2018 · r-sig-finance

Dear all, I?m working on a paper that analyze the performance of alternatives investment in a liability driven framework (LDI). Basically adding alternatives investimentos to a pension fund portfolio. My portfolio return is the return on assets minus liabilities...

Fitting my data to a Weibull model
Marcio · Aug 31, 2011 · r-help

Hi djmuseR, I tried installing and running the script that you suggested. But with every value I tried for a, b, c and d I get one of those 2 error messages Error in nls(y ~ a - b * exp(-c...

Is there a faster way to do this?
Márcio Resende · Mar 25, 2010 · r-help

Hi guys, I am still learning R, and not well familiar with all the apply functions. I am trying to find faster alternatives to replace the for cycle. Is there a faster way to do the example below? nm <- 1000...

Sampling procedure
Marcio Resende · Oct 15, 2009 · r-help

I would like to divide a vector in 9 groups in a way that each number is present in only one group. In a vector of 783 I would like to divide in 9 different groups of 87 Example <- matrix...

How to sum only a few elements in a line
Marcio Resende · Nov 25, 2009 · r-help

Hello, I have a matrix with the numbers 0,1 and 9 I would like to write a function that could sum each line skiping everytime a number 9 appears for example [0 1 0 1 1 9 1] the...

chage the output file name
Marcio Resende · Sep 22, 2009 · r-help

After I run my script I save all my output e.g. write.table(d, file = "C:/PINEheight.txt) write.table(v, file = "C:/PINEvolume.txt) write.table(v, file = "C:/PINEdiameter.txt) write.table(v, file = "C:/PINEdensity.txt...

Mixed Models providing a correlation structure.
Marcio · Jul 5, 2012 · r-help

Hi folks, I was wondering how to run a mixed models approach to analyze a linear regression with a user-defined covariance structure. I have my model y = xa +zb +e and b ~ N (0, C*sigma_square). (and a...

Is there a faster way to do it?
Marcio Resende · Oct 28, 2009 · r-help

#Mdarts is a matrix 2343x788 #frequencia is a vector 2343x1 # 9 in Mdarts[fri,frj] stands for my missing values which i want to replace by the value in the vector frequencia Mdarts<-t(matrix(scan("C:/GWS/CNB/dartg...

storing matrix(variables) in loop
Márcio Resende · Mar 15, 2010 · r-help

Hello R-helpers, I have the following code that works well, b <-list() for (i in 1:3){ a <- matrix(runif(1),3,3) b[[i]] <- a } b however, I need to do something similar with two loops and I...

How to separate a function by 2 probabilities
Marcio Resende · Sep 17, 2009 · r-help

Good Mourning, I have a function to generate a matrix as I show part of it; g[j,i]<-if (gen[j,i]==0) al1[i,1]+al1[i,1] else ... However i would like that this function occurred with...

calculate phase/amplitude of fourier transform function in R
Jose-Marcio Martins da Cruz · Feb 13, 2011 · r-help

sammyny wrote: > > I did a fourier transform on a function in time domain to get the following > functions in frequency domain (in latex): > > $Y_1[\omega] = \frac{1}{1-\phi_1 e^{-jw}}$ > > $Y_2[\omega] = \frac{1}{1-(\phi...

Create custom menus in R
Marcio Pupin Mello · Feb 22, 2012 · r-sig-mac

Hi guys, does anyone know whether there is a similar function for Mac? I mean... is there an winMenuAdd funtion for R users on Mac? Thanks in advance, Marcio On 12/14/09 10:15 AM, Philippe Bouchet wrote: > > On...

compute probabilities on a Bayesian Network
Marcio Pupin Mello · Sep 26, 2011 · r-help

Deal R Users, I'm trying to find out how can I compute probabilities on a Bayesian Network using R. The Bayesian Network I modelled is shown at http://www.dsr.inpe.br/~mello/1727/BNgrapmodel.png and I'd...

help with bootstrap
Marcio Pie · Sep 24, 2002 · r-help

Hi there, I'm stuck, but since I just started learning R, this might be a trivial problem. I need to do a bootstrap on the variance among the eigenvalues of a matrix. I can get this variance doing this...

Count number of zeros in a collumn
Marcio Resende · Sep 27, 2009 · r-help

I have a matrix 700x2000 which is sampled in each cycle from another matrix 788x2000 with the numbers 0,1 and 9 There is one specific collumn of this matrix, dart[,1977], that usually, after the samplimg procedure has only...

Interface or Select menu
Marcio Pupin Mello · Mar 13, 2012 · r-help

For Windows you can use winMenuAdd function. Type ?winAddMenu to see how... Good luck, Marcio www.dsr.inpe.br/~mello On 3/6/08 10:35 AM, Alberto Monteiro wrote: > > er MIMI& piki PIKINHA wrote: >> >> Hello, I?m spanish student...

Dimnames of array inside loop
Márcio Resende · Mar 15, 2010 · r-help

hello R-helpers, I have an array acuracia <- array(NA, dim = c(1, 1, A, B, C)) which is first defined and in the example above with dimensions 1x1xAxBxC. My array is then filled using 3 loops (I am not...

help with loops
Marcio Resende · Oct 14, 2009 · r-help

Hi guys, my doubt is quite simple, I?ll try to explain: test = matrix(0, nrow = 783, ncol = 12) for (x in 1:9){ .... for (y in 1:12){ ### In the original script for each y its generated a vector...

How can I include a new book on the
Marcio Pupin Mello · Apr 7, 2011 · r-help

Thanks Ben! I will! Em 4/7/2011 8:32 AM, Ben Bolker escreveu: > Marcio Pupin Mello<mello<at> ieee.org> writes: > >> I've just published a new book for R beginners in Portuguese: >> "Conhecendo o R: uma vis?o...

Can't find what you're looking for? Try searching with Google .