Re: [R] One Dimensional Monte Carlo Simulation

2017-08-01 Thread Law, Jason
Tony, I’m not sure what exactly you’re trying to do, but you're not really taking advantage of vectorization in your R code. I've tried to clean it up a little. The clamped lognormal is almost always 0 or L? That seems a little odd. You seem to be using the inverse cdf method of drawing samples

[R] How to replace match words whith colum name of data frame?Hi--

2017-08-01 Thread Ek Esawi
Hi-- concept_df$NewCol <- ""; kw <- "acid|ph"; bb <- grepl(kw,concept_df$concept) concept_df[dd,2] <- "chemical" The is a bit late but it accomplish the same with base R. Good luck--EK PS.. my email doesn't accept reply [[alternative HTML version deleted]]

Re: [R] Superscript and subscrib R for legend x-axis and y-axis and colour different subjects in longitudinal data with different colours

2017-08-01 Thread PIKAL Petr
Hi Keep your messages coppied to R helplist, others could give you answers too. See in line From: Rosa Oliveira [mailto:rosit...@gmail.com] Sent: Tuesday, August 1, 2017 4:38 PM To: PIKAL Petr Subject: Re: [R] Superscript and subscrib R for legend x-axis and y-axis and colour different subject

Re: [R] How automatic Y on install y/n prompts?

2017-08-01 Thread Jeff Newmiller
You should read the section on Indexing in the Introduction to R document that comes with R, regarding $ and `[[`. -- Sent from my phone. Please excuse my brevity. On August 1, 2017 2:44:18 AM PDT, Dimlak Gorkehgz wrote: >You are right, maintainer does keep a list of model's packages. > >So how

Re: [R] Use case for HDF5 dataspace interface

2017-08-01 Thread Bert Gunter
1. What does this have to do with R? 2. If it concerns computational biology, the Bioconductor Help list may be a better place to post. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed

Re: [R] How automatic Y on install y/n prompts?

2017-08-01 Thread Dimlak Gorkehgz
You are right, maintainer does keep a list of model's packages. So how do I use a variable instead of $adaboost$? getModelInfo()$adaboost$library Also, server not found: http://rwiki.sciviews.org/doku.php?id=getting-started:reference-cards:getting-help On Tue, Aug 1, 2017 at 11:46 AM, Bert Gu

Re: [R] R-Package for Recursive Partitioning without Classification or Regression

2017-08-01 Thread Michal Kubista
Hello Tom, what you describe seems like using hierarchical clustering and plotting a dendrogram to me, even though only in the "visual" way, not in the math behind the algorithms. Are you looking for something like this? https://rpubs.com/gaston/dendrograms Just please note, that this is very far

[R] Use case for HDF5 dataspace interface

2017-08-01 Thread Koustav Pal
This question is a clone of my stackoverflow question which never got answered (o_O). Therefore I am posting it here. I would really like some inputs if possible. I am currently building some applications which make use of HDF5 files. I have already taken a look at the hdfgroup website with regar