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”

Check value interval in a if loop
Marcio Resende · Sep 27, 2009 · r-help

Hi Lucas, try: if(pvalue>0.05 & pvalue<0.1) HTH Marcio Lucas Sevilla Garc?a wrote: > > > Hi R community > > I have a little problem, and I tried to solve it by myself but I couldn't. > I building an...

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

Thank you very much, Philippe. I'll look it carefully as soon as I can. Best, Marcio www.dsr.inpe.br/~mello On 29/02/2012 08:03, Philippe Grosjean wrote: > Hello, > > Yes, see the development version of svDialogs at...

BLUP with missing data
Marcio Resende · Sep 22, 2009 · r-help

Sorry, I sent it quickly and forgot to thank in advance Marcio Marcio Resende wrote: > > hello guys, I need to do a BLUP in the simplest model > y = Xm + Zg + e > however I have missing data in the analysis which...

Frequencies from x/y data into a 2d table (for 3d histogram or heatmap)
Marcio Pupin Mello · Feb 29, 2012 · r-help

Hi Ralf, have you solved your problem?! If so, could you share? I have the same problem... Best, Marcio On 3/25/10 6:03 PM, Ralf B wrote: > Hi all, > > I have simple x/y data from screen recording...

how to extract the attribute table of shape files using R
Marcio Pupin Mello · Oct 8, 2012 · r-sig-geo

Hi Elaine and Daniela, perhaps it is too late to help you, but I decided to reply aiming to help another R users with the same problem. You can #read the shapefile - for shape files, dsn is the folder path...

Time unit in ts() and arima() functions
Jose-Marcio Martins da Cruz · Feb 12, 2011 · r-help

This question is surely trivial, sorry. I'm afraid I'm misunterpreting the information I got with the documentation, and I'm a little bit confused. I'm just an engineer with some little skills in statistics. Well, I have...

modeling VARMA-Garch in R
Marcio Bernardo · Jul 25, 2018 · r-sig-finance

Hi, I was wondering if the current rmgarch version allows for a VARMA-GARCH modeling. I tried forcing the issue, changing the rmgarch example: uspec.n = multispec(replicate(30, ugarchspec(mean.model = list(armaOrder = c(1,1))))) spec.dccn = dccspec...

how to track a number in a row
Márcio Resende · Jan 11, 2010 · r-help

>Therefore I need to track, for example, if number 1 is present in the first row (d[1,1]) (which would give >me an probability of 1 out of 1). Just to make it clear, I need to track on...

modeling VARMA-Garch in R
Márcio Rodrigues Bernardo · Jul 25, 2018 · r-sig-finance

Thanks for your reply. Alexios I will re-read to your rmgarch documentation to understand how to model VAR-DCC Best regards, M?rcio Bernardo > Em 25 de jul de 2018, ?(s) 22:16, Alexios Galanos <alexios at 4dscape.com...

Assign variables in a loop to a list
Márcio Resende · Dec 9, 2009 · r-help

Dear R helpers, I am new in R and I am having trouble with a function. I am proggraming a genetic analysis and there is a script that generates a lot of different matrix, for example x,y and z...

[R-pkg-devel] R-package did not pass the incoming checks automatically
Márcio Augusto Diniz · Jan 20, 2018 · r-package-devel

Hello all, I submitted my package ( https://cran.r-project.org/web/packages/ewoc/index.html) to CRAN and it did not pass the automatic checks of win_builder. However, I did not have the same error or warning messages...

Teach me how to transpose in R
Marcio Resende · Sep 26, 2009 · r-help

Hi Hyo, I am kinda of new in R but I think if you use x <- as.matrix(data2) #with the numer of collumns you wish y <- t(x) it should work Hope I?ve helped M?rcio Hyo Lee...

Question about the results of mixed lagsarlm
Marcio Pupin Mello · Nov 23, 2012 · r-sig-geo

Good, please post your question on the list after checking all the references, for example for lm.morantest, lm.morantest.sad and lm.LMtests; lm.moantest.exact is covered in Bivand, Roger; M?ller, Werner G.; Reder, Markus. Power calculations...

use of ROCR package (ROC curve / AUC value) in a specific case versus integral calculation
Jose-Marcio Martins da Cruz · Mar 13, 2011 · r-help

Christine SINOQUET wrote: > Hello, > > I would like to use the ROCR package to draw ROC curves and compute AUC > values. > > However, in the specific context of my application, the true positive > rates and false positive rates are already provided by...

Fine Tuning Country Map
Marcio Pupin Mello · Nov 26, 2012 · r-help

Lorenzo, I'd suggest posting such questions to the R-sig-geo list, which seems more suitable. The book "Applied Spatial Data Analysis with R" written by Roger Bivand, Edzer Pebesma and Virgilio G?mez-Rubio has exactly what you...

How to extract information from the following dataset?
Jose-Marcio Martins da Cruz · May 12, 2011 · r-help

Xin Zhang wrote: > Hi all, > > I have never worked with this kind of data before, so Please help me out > with it. > I have the following data set, in a csv file, looks like the following: > > Jan 27, 2010 16...

Frequencies from x/y data into a 2d table (for 3d histogram or heatmap)
Marcio Pupin Mello · Feb 29, 2012 · r-help

Hi David, thanks a lot! Actually, I was looking for the graph since I still have obtained the table... but It can help... Best, Marcio www.dsr.inpe.br/~mello On 2/29/12 5:34 PM, David L Carlson...

for cycle with uncontinuous numbers
Marcio Resende · Sep 27, 2009 · r-help

Dear John, What I am trying to do is a genetic analysis and the "i" in my cycle are the numbers of markers I am testing. I know the code is not right, but what i wanted to do was...

how to solve a simple discrete Bayesian Belief Network?
Marcio Pupin Mello · Sep 28, 2011 · r-help

I found a solution using the gRain package... see (but using another example).. I studied a little (I mean "a lot") and found out a solution. Then I decided to post here aiming to help people who are interested... The...

compute probabilities on a Bayesian Network (SOLVED)
Marcio Pupin Mello · Sep 28, 2011 · r-help

I studied a little (I mean "a lot") and found out a solution. Then I decided to post here aiming to help people who are interested... The solution uses the "gRain" package... but because one dependence (the "graph" package) has...

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