[R] save rgl.sphere plot

2016-06-10 Thread ch.elahe via R-help
Hi all I have generated a 3D interactive rgl.sphere but I don't know how to save it to be viewed also interactive(being able to rotate it and do zoom-in and out). Does anyone know how should I save it? Thanks for any help! Elahe ______ R-h

[R] summing up and cut off with looping

2016-06-10 Thread oslo via R-help
g B$possort=B[order(B$pos),] #Running loop for(i in 1:nrow(A)) {if(sum(B[a$B, i:A[1:2])>0.7) {print(A[1:i,]) } } [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/m

[R] Fw: summing up and cut off with looping

2016-06-10 Thread oslo via R-help
oes not work properly. Please help for my this first experience.  Thanks. Here are my codes #sorting B$possort=B[order(B$pos),] #Running loop for(i in 1:nrow(A)) {if(sum(B[a$B, i:A[1:2])>0.7) {print(A[1:i,]) } }     [[alternative HTML version deleted]] ____

Re: [R] summing up and cut off with looping

2016-06-10 Thread oslo via R-help
1.2] [1] 0.36751828 0.08721951 0.08899027 0.38838635 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 in his "Bloom County" comic strip ) On Fri, Jun 10, 2016 at 12:27 PM,

[R] summing up a column.

2016-06-10 Thread oslo via R-help
my codes #sorting B$possort=B[order(B$pos),] #Running loop for(i in 1:nrow(A)) {if(sum(B[a$B, i:A[1:2])>0.7) {print(A[1:i,]) } } Reply, R______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLE

Re: [R] summing up a column.

2016-06-10 Thread oslo via R-help
PM PDT, oslo via R-help wrote: Dear All; I had difficulty to post a mail along with appropriate of data structure. I do sincerely apologize for multiple posting I would like to sum up the B$a column and cut off at 0.7 for the each row of intervals giving in file=A.For example the interval  at

Re: [R] summing up a column.

2016-06-10 Thread oslo via R-help
Jeff;  thanks for this. My question was job related. No from my course. I need finish a job for the place I work. I am so sorry for causing misunderstanding. thanks, Oslo On Friday, June 10, 2016 5:08 PM, oslo via R-help wrote: Jeff thanks for this. My question was job related. No

Re: [R] summing up a column.

2016-06-13 Thread oslo via R-help
data frame I get an error. So please try to keep above mentioned when posting a query. Regards Petr > -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of oslo via R- > help > Sent: Friday, June 10, 2016 11:09 PM > To: oslo ; Jeff Newmiller ;

Re: [R] summing up a column.

2016-06-14 Thread oslo via R-help
uot;posB" ] sB$pos A[ i, "posA" ] <= sB$pos sB$pos <= A[ i, "posB" ] A[ i, "posA" ] <= sB$pos & sB$pos <= A[ i, "posB" ] idx <- A[ i, "posA" ] <= sB$pos & sB$pos <= A[ i, "posB" ] sB[ idx, "a" ] a

[R] Factor levels in training set

2016-06-14 Thread ch.elahe via R-help
hould I include column with factor levels in my df so that I don't get this error? Thanks for any help, Elahe ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the postin

[R] Factor levels in training set

2016-06-14 Thread ch.elahe via R-help
hould I include column with factor levels in my df so that I don't get this error? Thanks for any help, Elahe ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the postin

[R] Y in Kohonen xyf function

2016-06-15 Thread ch.elahe via R-help
=attr(Xtraining,"scaled:scale") xyf(Xtraining,,grid=somgrid(10,10,"hexagonal")) Thanks for any Help, Elahe __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

[R] Y in Kohonen xyf function

2016-06-16 Thread ch.elahe via R-help
led:center") scale=attr(Xtraining,"scaled:scale") xyf(Xtraining,,grid=somgrid(10,10,"hexagonal")) Thanks for any Help, Elahe __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman

Re: [R] Y in Kohonen xyf function

2016-06-16 Thread ch.elahe via R-help
a could help us to help you... But have you read '?xyf' in order to ensure that your 'Y' is what 'xyf' expects it to be? What kind of error messages do you get? Regards, Kimmo 16.06.2016, 15:13, ch.elahe via R-help wrote: > Is there any answer? > > &

[R] merging df with world map

2016-06-17 Thread ch.elahe via R-help
up : num $ order : int $ subregion : chr does anyone know what is the problem of this merging that I am currently using? thanks for any help! Elahe ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE an

[R] How to visualize this df

2016-06-20 Thread ch.elahe via R-help
fferent NRuns. Do you know what's the best way to visualize this df? Thanks for any help! Elahe __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting g

[R] duplicate labels in Bar chart geom_text()

2016-06-21 Thread ch.elahe via R-help
ntity')+geom_text(paste0(df$COUNTRY),position=position_dodge(width=0.2)) Thanks for any help! Elahe ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide ht

Re: [R] Y in Kohonen xyf function

2016-06-21 Thread ch.elahe via R-help
column in Y element of xyf > > > On Thursday, June 16, 2016 2:29 PM, K. Elo wrote: > Hi! > > Some sample data could help us to help you... > > But have you read '?xyf' in order to ensure that your 'Y' is what 'xyf' > expects it to be? > >

Re: [R] Y in Kohonen xyf function

2016-06-22 Thread ch.elahe via R-help
, 120) Xtraining<- scale(df[training,]) Xtest <- scale(df[-training,], center = attr(Xtraining, "scaled:center"), scale = attr(Xtraining, "scaled:scale")) xyf.df <- xyf(Xtraining, factor(df$speed[training]), grid = somgrid(5, 5, "hexagonal")) --- snip --- HT

[R] R intersect()

2016-06-28 Thread ch.elahe via R-help
$licenseY,df$licenseZ) now I want a command to return me values from licenseY that are not in intersect(). Does anyone know how should I do this? Thanks for any help! Elahe __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch

Re: [R] R intersect()

2016-06-28 Thread ch.elahe via R-help
Yes, found it. Thanks On Tuesday, June 28, 2016 4:57 PM, Duncan Murdoch wrote: On 28/06/2016 10:48 AM, ch.elahe via R-help wrote: > Hi all, > I have the following df: > > > licenseY :int 41006 41013 41044 41046 41067 41166 41202 41262 > 41274 41290 > lice

[R] Understanding and predict round-off errors sign on simple functions

2016-06-29 Thread Sirhc via R-help
ther language like C++ or C# ? Thanks in advance for your answers Regards Chris [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help P

[R] a new df with one combined column

2016-06-29 Thread ch.elahe via R-help
e know how should I do that? Thanks for any help, Elahe __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Understanding and predict round-off errors sign on simple functions

2016-07-01 Thread Sirhc via R-help
Thank you for all your answers and I will take a look to the 'propagate' package. Ps: first time I am participating to a mailing list, I hope I answer to the right emails. -Original Message----- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of DIGHE, NILESH [AG/

[R] Problem with utils package

2016-07-04 Thread juansantomero7432--- via R-help
base  loaded via a namespace (and not attached): [1] tools_3.3.1 Sent from Yahoo Mail. Get the app [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Problem with utils package

2016-07-04 Thread juansantomero7432--- via R-help
   LC_NAME=C   [9] LC_ADDRESS=C   LC_TELEPHONE=C [11] LC_MEASUREMENT=zh_CN.UTF-8 LC_IDENTIFICATION=C    attached base packages: [1] stats graphics  grDevices utils datasets  methods   base      loaded via a namespace (and not attached): [1] tools_

[R] make a right subset!

2016-07-07 Thread ch.elahe via R-help
frames. Next I want to get Count of these matched serials from df2 but I don't know how to make the right subset for this! Does anyone know how should I do that? Thanks for any help, Elahe ______ R-help@r-project.org mailing list -- To UNSUBS

[R] Has R recently made performance improvements in accumulation?

2016-07-19 Thread Brent via R-help
forward to any feedback that you can give. I would especially appreciate any links that explain how you can determine what the R runtime actually does. __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/list

Re: [R] Has R recently made performance improvements in accumulation?

2016-07-31 Thread Brent via R-help
lds Coefficients: (Intercept) log(numRows) -10.065 1.605 (i.e. the power over this range of data is 1.605 which is obviously > 1). boB Rudis: thanks much for the functional elegance suggestion. __ R-help@r-project.org mailing

Re: [R] Using apply on a three dimensional matrix and passing multiple arguments to user defined function

2016-09-07 Thread Luisfo via R-help
>> as a courtesy, tell the sender, then delete this email. >> >> The views and opinions are the originator's and do not necessarily reflect >> those of the University of Southern Queensland. Although all reasonable >> precautions were taken to ensure that this

Re: [R] Resample with replacement to produce many rarefaction curves with same number of samples

2016-09-07 Thread Luisfo via R-help
ies differ greatly in their > size (number of species). > > > I understand that rarefaction is useful to compare communities with > different sample efforts, but I would still like to generate the figure. My > actual data has 5000 simulated communities that differ greatly in matri

Re: [R] Resample with replacement to produce many rarefaction curves with same number of samples

2016-09-08 Thread Luisfo via R-help
matrix(rlnorm(2000), 50)) #creates distribution of >> communities >> >> netdata <- as.data.frame(myMat) #generates a matrix of communities (rows), >> species (columns) >> >> raredata <- rarecurve(netdata, label=F, col=rgb(0, 0, 1, 0.1)) #uses >> rare

Re: [R] get start and end date of ISO weeks giving a date as input

2016-09-08 Thread Luisfo via R-help
. > > Do I need to print all ISO weeks from the period of interest and > sample there for start and end date? Or is there a better way to do > that? > > Thanks a lot in advance! > > Best, > Veronica > > __ > R-help@

Re: [R] Arules Package: Rules subset with 'empty' left hand side (lhs)

2016-09-13 Thread Luisfo via R-help
like subset(rules, lhs == ''). I could run > the > apriori() function twice and adjust the min/maxlen parameters as a band > aid fix. > > > So my question is: How do I subset() association rules with empty lhs? > > > Thanks and regards, > > Dirk > > ___

[R] why data.frame, mutate package and not lists

2016-09-14 Thread Alaios via R-help
would like to thank you for your replyRegardsAlex [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] why data.frame, mutate package and not lists

2016-09-14 Thread Alaios via R-help
is meaningless. Best, 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 in his "Bloom County" comic strip ) On Wed, Sep 14, 2016 at 6:01 AM, Alaios via R-help wrote: > Hi all,

[R] Multinomial Fitting Distrbution

2015-04-21 Thread Alaios via R-help
|   | |   | |   |   |   |   |   | | | | | | View on alexpal.smugmug.com | Preview by Yahoo | | | |   | [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] Cross correlation between two time series over nested time periods?

2015-05-13 Thread Tim via R-help
maximum lag), and plot A and B in a single plot? Thanks and regards, Tim __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] Cross correlation between two time series over nested time periods?

2015-05-14 Thread Tim via R-help
ation between two time series over nested time periods? Date: Thursday, May 14, 2015, 6:14 AM On 2015-05-14 , at 02:11, Tim via R-help wrote: Hello Tim, Re: > I have two time series > > > Calculate and plot cross correlation between two time series over nested time pe

[R] %OSn in time formats: is it only valid for formatting, but invalid for parsing?

2015-06-09 Thread Brent via R-help
irically found, but is it expected behavior or a bug? Very annoying if expected behavior, since that means that I need different time formats for formatting and parsing. Have never seen that before in any other language's date API. __ R-he

[R] Ordering in Sankey diagram using R and googleVis

2015-07-22 Thread Angela via R-help
tions=list(width=600, height=800,     sankey="{iterations: 2}"))) __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-gu

Re: [R] Ordering in Sankey diagram using R and googleVis

2015-07-23 Thread Angela via R-help
using R and googleVis Cc: "r-help mailing list" Date: Thursday, July 23, 2015, 6:43 AM Hi Angela, Assuming that your reformatted data is named "data", have you tried: data[order(data$count,data$before,decreasing=TRUE),] Jim On Thu, Jul 23, 2015 at 3:15 AM, Angel

[R] setwd() command on windows vs. linux/unix

2015-07-27 Thread Chris via R-help
[[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, min

[R] Cant upgrade R in ubuntu 14.04

2015-08-07 Thread boredstoog via R-help
.nabble.com/Cant-upgrade-R-in-ubuntu-14-04-tp4710885.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] Automatically updating a WordPress blog from R

2015-08-09 Thread boredstoog via R-help
View this message in context: http://r.789695.n4.nabble.com/Automatically-updating-a-WordPress-blog-from-R-tp4710914p4710919.html Sent from the R help mailing list archive at Nabble.com. ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more,

[R] inbuilt crossover function for backtesting

2015-08-09 Thread boredstoog via R-help
ter '>' or lesser '<') is available for R. Example sma10<-SMA(close,10) sma30<-SMA(close,30) buy<-Crossover(sma10,sma30) sell<-Crossover(sma30,sma10) -- View this message in context: http://r.789695.n4.nabble.com/inbuilt-crossover-function-for-backte

Re: [R] inbuilt crossover function for backtesting

2015-08-10 Thread boredstoog via R-help
)) Warning message: In to_period(xx, period = on.opts[[period]], ...) : missing values removed from data* Any idea what is hapennning -- View this message in context: http://r.789695.n4.nabble.com/inbuilt-crossover-function-for-backtesting-tp4710918p4710949.html Sent from the R help mailing list

Re: [R] inbuilt crossover function for backtesting

2015-08-10 Thread boredstoog via R-help
Hey thanks josh, I was looking for such a demo programme can you point to some more such demo programmes if available -- View this message in context: http://r.789695.n4.nabble.com/inbuilt-crossover-function-for-backtesting-tp4710918p4710961.html Sent from the R help mailing list archive at

Re: [R] inbuilt crossover function for backtesting

2015-08-10 Thread boredstoog via R-help
Josh, I have found other demos on demo().. any way thanks for the help and for supporting this project :) boredstog -- View this message in context: http://r.789695.n4.nabble.com/inbuilt-crossover-function-for-backtesting-tp4710918p4710962.html Sent from the R help mailing list archive at

[R] Getting previous day data and implementing it for quantstrat

2015-08-11 Thread boredstoog via R-help
method="market"), type="enter") is this correct! The biggest problem is how i get previous day data for close, high and low -- View this message in context: http://r.789695.n4.nabble.com/Getting-previous-day-data-and-implementing-it-for-quantstrat-tp4710978.html Sent from the

Re: [R] Getting previous day data and implementing it for quantstrat

2015-08-12 Thread boredstoog via R-help
-tp4710978p4711014.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

[R] combining two distributions

2014-12-08 Thread Alaios via R-help
on and if the functions you have in mind they can also provide information like AIC or BIC so to help me choose the best combinations? I would like to thank you in advance for your help RegardsAlex [[alternative HTML version deleted]] _____

[R] combining two distributions

2014-12-08 Thread Alaios via R-help
to help me choose the best combinations? I would like to thank you in advance for your help RegardsAlex [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listi

Re: [R] combining two distributions

2014-12-08 Thread Alaios via R-help
his list again with "commented, minimal, self-contained, reproducible code" describing what you want in a bit more detail (as indicated at the end of emails on this list).       Spencer On 12/8/2014 10:45 AM, Alaios via R-help wrote: > (I am sorry if you have received this

[R] combinations between two vectors

2014-12-18 Thread Alaios via R-help
called permutation so a function that could do permutation(test,test)and produce the following 1,11,50011,100011,15001 3,13,5001...25001,20001,25001,25001 is there such a function ? RegardsAlex [[alternative HTML version deleted]] ______ R-help@r-proje

[R] save structure to be accesible later

2015-02-05 Thread Alaios via R-help
LSE  - attr(*, "class")= chr "mix" [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] RMySQL works inside function, but prints Error output when executed outside a function

2015-02-14 Thread Brent via R-help
grid_3.1.2 [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] Parallel for that does not keep the results

2015-02-24 Thread Alaios via R-help
reach packaget would be suitable (since the returning list can grow very large and eat up memory) or should I try some alternative package? I would like to thank you in advance for your replyRegardsAlex [[alternative HTML version deleted]]

[R] from expand.grid to a list (lapply)

2015-02-25 Thread Alaios via R-help
pendently giving as input variables only the current $Var1,$Var2,$Var3,$Var4 How I can convert in R the data.frame into a list? I would like to thank you in advance for your replyRegardsAlex [[alternative HTML version deleted]] __ R-help@r-project.org maili

[R] Save a list of list and search for values

2015-02-26 Thread Alaios via R-help
chisq value. What would be a suitable way to implement that in R? Luckily I am working in a computer with a lot of ram so storing 10.000 lists temporary in memory before saving to disk would not be a problem. What would you suggest me? RegardsAlex [[alternative HTML version deleted

Re: [R] Save a list of list and search for values

2015-02-27 Thread Alaios via R-help
you want to do, not how you want to do it. On Thu, Feb 26, 2015 at 9:27 AM, Alaios via R-help wrote: > Dear all,in my code I am using the mix() function that returns results in a > list. The result looks like > List of 10 >  $ parameters  :'data.frame':  2 obs. of 

Re: [R] Save a list of list and search for values

2015-02-27 Thread Alaios via R-help
to solve? Tell me what you want to do, not how you want to do it. On Thu, Feb 26, 2015 at 9:27 AM, Alaios via R-help wrote: > Dear all,in my code I am using the mix() function that returns results in a > list. The result looks like > List of 10 >  $ parameters  :'data.frame

[R] check a list that a sublist exists

2015-03-03 Thread Alaios via R-help
ng like exists(Mylist[[i]]$parameters) but it does not workI also tried the is.numeric(Mylist[[i]]$parameters)) but this line fails when the current sublist does not contain the $parameters field. Can you please help me sort this out? RegardsAlex [[alternative HTML version delete

[R] From replicate to accesing sublists

2015-04-01 Thread Alaios via R-help
ease advice me if there is a better approach to do that in R? Regards Alex   [[alternative HTML version deleted]] ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] change language at console

2015-04-01 Thread Alaios via R-help
environmental variable for this.Any idea how I am doing that? RegardsAlex [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] From replicate to accesing sublists

2015-04-01 Thread Alaios via R-help
Thanks.The code you gave me at the end works correctly.. I was wondering if there is more efficient way to access each element withouth this classic for loop. RegardsAlex On Wednesday, April 1, 2015 5:54 PM, David Winsemius wrote: On Apr 1, 2015, at 3:34 AM, Alaios via R-help

[R] Plot Rclimdex or Climpact map with R

2018-07-30 Thread ouedraogo_agathe via R-help
smartphone. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and

Re: [R] Plot Rclimdex or Climpact map with R

2018-07-30 Thread ouedraogo_agathe via R-help
om my Samsung Galaxy smartphone. Original message From: Jim Lemon Date: 7/31/18 02:53 (GMT+03:00) To: ouedraogo_agathe Cc: r-help mailing list Subject: Re: [R] Plot Rclimdex or Climpact map with R Hi Agathe, You can start with the "maps" package: # in an R session i

[R] Fitting Production Curves

2018-09-20 Thread mikorym via R-help
such curve fitting (including calculated coefficients) in R? 3. Is there anything else or another way that I should rather be thinking about this instead? Best regards Phillip-Jan van Zyl MSc Mathematics, Stellenbosch __ R-help@r-project.org mailing

[R] Wavelet Package for Time Series

2018-10-13 Thread mikorym via R-help
Hi R-help Are there any R users that can tell me which of the wavelet packages are the "best" to use? By this I mean ones that are being maintained, or e.g., work well with ggplot2 or otherwise have specific advantages to use. I have seen for example that WaveThresh has an accompa

Re: [R] RTools and previous Cygwin installation--conflict?

2018-10-15 Thread Brent via R-help
I sent a query on this subject over 4 years ago. https://www.mail-archive.com/r-help@r-project.org/msg212269.html I used to use Duncan Murdoch's suggestion to install only cygwin 32 bit and then put RTools first in my Windows path, so that its versions of cygwin commands would get pi

[R] survival analysis question

2018-10-31 Thread Medic via R-help
t = addicts$survt[addicts$status == 1],: the suggested id name is already present. __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] survival analysis question

2018-10-31 Thread rsubscribe . via R-help
Thank You,Eric. I run this code without id="id" and it worked! Eric Berger :    Medic via  R - help  < r - help @ r -project.org > wrote: addicts.cp=survSplit(addicts, cut=addicts$survt[addicts$status==1], > end="survt", event="status",start="

[R] CRAN package NlcOptim query

2018-12-11 Thread aveek via R-help
been correctly formulated. Am I going wrong with the way I am specifying the arguments? Thanks a lot for any help any of you can offer.   Thanks and Regards, Aveek Mukhopadhyay __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and

Re: [R] CRAN package NlcOptim query

2018-12-12 Thread aveek via R-help
"X31", "X32", "X33", "X34", "X35", "X36", "X37", "X38", "X39", "X40", "X41", "X42", "X43", "X44", "X45", "X46", "X47", "X

Re: [R] CRAN package NlcOptim query

2019-01-14 Thread aveek via R-help
, "X22", "X23", "X24", "X25", "X26", "X27", "X28", "X29", "X30", "X31", "X32", "X33", "X34", "X35", "X36", "X37", "X38", "X39&qu

Re: [R] CRAN package NlcOptim query

2019-01-14 Thread aveek via R-help
"X35", "X36", "X37", "X38", "X39", "X40", "X41", "X42", "X43", "X44", "X45", "X46", "X47", "X48", "X49", "X50", "X51", "X

[R] Problems trying to place a global map with Ncdf data plot

2019-02-17 Thread rain1290--- via R-help
variables):         double onedaymax[lon,lat,time]  (Contiguous storage)              units: mm/day         double fivedaymax[lon,lat,time]  (Contiguous storage)              units: mm/day         short Year[time]  (Contiguous storage)      3 dimensions:         time  Size:95         lat  Size:64        

Re: [R] Which dependency list to build first?

2019-03-01 Thread John via R-help
gherty ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] Problems trying to make a time series using NetCDF file

2019-03-16 Thread rain1290--- via R-help
advance, and I look forward to your response! [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] Weighted spatial averages across grid cells in NetCDF file

2019-03-18 Thread rain1290--- via R-help
e North lon Size:128 units: degree East Again, any assistance would be extremely valuable with this! I look forward to your response! [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE

Re: [R] Help with use RMarkdown and knitr in an rdm output to word.doc

2019-04-08 Thread John via R-help
). JWDougherty __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained

[R] Creating a mean line plot

2019-04-12 Thread rain1290--- via R-help
two plots. Given what I showed above, how should I go about creating the mean of these two green line plots? Would you have to get the mean of the x-values, and then obtain the mean of the y-values, and then plot these? Thanks, and any help would be greatly appreciated! [[alternative HTML

Re: [R] Creating a mean line plot

2019-04-12 Thread rain1290--- via R-help
ot;, "X75", "X76", "X77", "X78", "X79", "X80", "X81", "X82",     "X83", "X84", "X85", "X86", "X87", "X88", "X89", "X90"))) Is there a

Re: [R] Creating a mean line plot

2019-04-14 Thread rain1290--- via R-help
d simultaneously did this for all 8192 grid cells (128 lines of longitude and 64 lines of latitude). At the end, I obtained 90 averages for each grid cell. :) ~Trav.~ -Original Message- From: William Michels To: rain1290 Cc: r-help ; r-sig-geo Sent: Sun, Apr 14, 2019 4:46 am Subject: Re:

[R] starting with mixture distribution

2014-11-30 Thread Alaios via R-help
try with mixture of distribution? RegardsAlex [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and

[R] heat map labeling

2015-08-27 Thread Angela via R-help
0 ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] heat map labeling

2015-08-27 Thread Angela via R-help
000 L 100 300 ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal,

Re: [R] heat map labeling

2015-08-28 Thread Angela via R-help
wrote: Subject: Re: [R] heat map labeling Cc: "r-help mailing list" Date: Friday, August 28, 2015, 6:16 AM Hi Angela,Assuming the above data frame is named angela.df: angela.mat<-as.matrix(angela.df[,2:3])angela.mat<-angela.mat[apply(angela.mat,1,function(x) all(x) > 0),]

[R] Visualization of people's interactions by participation to parties

2015-09-02 Thread Voxcoelestis via R-help
between first and last interaction. Do you have any ideas or hints how to approach this problem? Thank you so much, Hendrik __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

[R] Gamma count

2015-09-04 Thread callyak4real via R-help
]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] Get R-realisations for a 'custom' distribution

2015-09-16 Thread holograph via R-help
View this message in context: http://r.789695.n4.nabble.com/Get-R-realisations-for-a-custom-distribution-tp4712338.html Sent from the R help mailing list archive at Nabble.com. ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://st

Re: [R] Welcome to the "R-help" mailing list (Digest mode)

2015-09-24 Thread amir via R-help
example using: fit <- auto.arima(WWWusage) plot(forecast(fit,h=20)) Consider the following scenari... | | | | View on stackoverflow.com | Preview by Yahoo | | | |   | Thank you for your time,Pemfir On Thursday, September 24, 2015 10:31 AM, "r-help-requ...@r-project.org&

[R] R lappy, sapply or mapply question

2015-10-09 Thread liqunhan--- via R-help
- [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posti

Re: [R] [FORGED] Re: R lappy, sapply or mapply question

2015-10-10 Thread liqunhan--- via R-help
uot;x5", "x6", "x7") apply(dmatrix, 1, function(row) fun3(list1, list2, as.list(row))) Thanks again! Bests,LQ    From: Rolf Turner To: "Adams, Jean" ; liqun...@yahoo.com Cc: "r-help@r-project.org" Sent: Friday, October 9, 2015 7:28 PM Subject:

[R] threshold and replace values in a matrix

2015-10-21 Thread Alaios via R-help
test[i,j]<- -1 but that would be rather inneficient sice I have very large tables. Does R offer any "automation" for matrix data types? I would like to thank you in advance for your replyRegardsAlex [[alternative HTML version deleted]] _____

Re: [R] threshold and replace values in a matrix

2015-10-21 Thread Alaios via R-help
s Petr > -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Alaios > via R-help > Sent: Wednesday, October 21, 2015 3:35 PM > To: R-help Mailing List > Subject: [R] threshold and replace values in a matrix > > Dear all I have a tabl

[R] mapping between list and vector

2015-10-29 Thread Maxim via R-help
and probably faster, but I can't figure out how to do this in a more elegant and especially faster fashion. Best Maxim [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] replace NA's with row means for specific columns

2015-11-02 Thread Zahra via R-help
C1:C3. Then I want to go to row ID=c and do the same thing and so on. Can anybody help me do this? I have tried using rowMeans and subsetting but can't figure out the right code to do it. Thanks so much. Zahra ______ R-help@r-project.org mailing

[R] merging-binning data

2015-11-03 Thread Alaios via R-help
[[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, mini

<    1   2   3   4   5   6   7   8   9   10   >