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.
Can you post your memory profile and codes?
mixtools package has mixture of Gaussian fitting, maybe that might help?
Hello List, Are there any R package that can process MT940/942? Thanks mem
Note that, looks like r-fiddle runs R 3.1.2.
I suggest, you read: Forecasting: principles and practice from Hyndman-Athana?sopou?los https://www.otexts.org/fpp
Hello List, Can you recommend me if odeSolve can handle stiff delay differential equations with discontinuities? Or any other package? Best, -m
This is interesting, can you post your lm.ridge solution as well? I suspect in glmnet, you need to use model.matrix with intercept, that could be the reason. -m
I also suggest you Hadley's optimized package for interoperating xls files with R: https://github.com/tidyverse/readxl https://cran.r-project.org/web/packages/readxl/index.html
On Thu, Nov 15, 2012 at 1:22 PM, Kennedy Bonyo <bonyoken at gmail.com> wrote: > Is it possible to obtain stock data from live.mystocks.co.ke using R? Try RCurl
I didn't try this but there is an experimental package from Dr. Shotwell. http://cran.r-project.org/web/packages/sas7bdat/index.html if it can read, maybe you can modify to write as well?
No it is an R programming questions. Nelly specifically asked you: "how can I use your code to apply my model to each of the 50 rows of the data frame ?tabLHS??"
> myProbs[ which(ntype == 0)] <- 0.75/7 # Divide so the sum will be 1.0 > myProbs[ which(ntype == 1)] <- 0.25/3 Here of course you need to divide by number of 0s and 1s, 7 and 3 were was...
On 15 October 2013 01:27, Maxim Linchits <mlinchits at gmail.com> wrote: > Hello, > Is it possible to use Revolution-R's multithreading capability with > RStudio as the IDE? Apparently, RevoR is available for Ubuntu, Wrong list! But for reference...
On 4 January 2013 11:36, Royden Fernandes <roydenstar at gmail.com> wrote: > Hi, > > I am able to integrate C++ and R through RInside library. However when I Questions regarding RInside should go to the rcpp-devel mailing list. http...
Do you have specific example that you have tried to implement in R? Can you post your codes too? There are high quality package BCEA and BayesTree, that could be helpful; http://cran.r-project.org/web/packages/BCEA/index...
This might be off topic, but if R-core development ever moves to git, I think it would make sense to have its own git service hosted by a university, rather than using github or gitlab. It is possible via...
dev.cur() On 12 December 2012 10:45, Williams <seanmamus4real at yahoo.com> wrote: > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project...
On 1 November 2013 11:06, IZHAK shabsogh <ishaqbaba at yahoo.com> wrote: > below is a code to compute hessian matrix , which i need to generate 29 number of different matrices for example first You may consider using Numerical Derivatives...
Can't find what you're looking for? Try searching with Google .