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.

159 results for “from:Suzen, Mehmet”

Cost-effectiveness Analysis using R
Suzen, Mehmet · Apr 14, 2015 · r-help

Yes.

lm() funtion
Suzen, Mehmet · Apr 24, 2015 · r-help

try lm.ridge from MASS package.

Random Forest in Caret
Suzen, Mehmet · Apr 22, 2015 · r-help

Can you post your memory profile and codes?

Multinomial Fitting Distrbution
Suzen, Mehmet · Apr 22, 2015 · r-help

mixtools package has mixture of Gaussian fitting, maybe that might help?

MT940 and MT942
Suzen, Mehmet · Jan 3, 2013 · r-help

Hello List, Are there any R package that can process MT940/942? Thanks mem

run r script in r-fiddle
Suzen, Mehmet · Oct 30, 2017 · r-help

Note that, looks like r-fiddle runs R 3.1.2.

Directional Forecast
Suzen, Mehmet · Aug 11, 2017 · r-help

I suggest, you read: Forecasting: principles and practice from Hyndman-Athana?sopou?los https://www.otexts.org/fpp

stiff delay differential equations
Suzen, Mehmet · Dec 5, 2012 · r-help

Hello List, Can you recommend me if odeSolve can handle stiff delay differential equations with discontinuities? Or any other package? Best, -m

glmnet: converting coefficients back to original scale
Suzen, Mehmet · Apr 3, 2015 · r-help

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

How export data set (available in the package) from R?
Suzen, Mehmet · Jul 30, 2017 · r-help

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

Obtaining finance data from live.mystocks.co.ke
Suzen, Mehmet · Nov 16, 2012 · r-sig-finance

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

any way to write sas7bdat with R
Suzen, Mehmet · Apr 14, 2015 · r-help

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?

Latin Hypercube Sampling when parameters are defined according to specific probability distributions
Suzen, Mehmet · Jun 1, 2017 · r-help

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??"

Sampling according to type
Suzen, Mehmet · Mar 5, 2014 · r-help

> 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...

RStudio with Revolution-R
Suzen, Mehmet · Oct 15, 2013 · r-help

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...

Integrating Java, C++ and R
Suzen, Mehmet · Jan 4, 2013 · r-help

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...

Cost-effectiveness Analysis in R
Suzen, Mehmet · Apr 14, 2015 · r-help

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...

Why R should never move to git
Suzen, Mehmet · Jan 30, 2018 · r-devel

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...

How to know what device I am using
Suzen, Mehmet · Dec 12, 2012 · r-help

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...

computation of hessian matrix
Suzen, Mehmet · Nov 1, 2013 · r-help

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 .