[R] FW: Help with a third ggplot error

2019-06-15 Thread Bill Poling
So I changed it to date2. fcast_arima_tbl <- forecast(fit_arima2, h = nrow(test_tbl)) %>% sw_sweep(timetk_idx = TRUE, rename_index = "date2") head(fcast_arima_tbl,n=10) # A tibble: 10 x 7 date2 keyNetEditRev lo.80 lo.95 hi.80 hi.95 <--Date2 1 2017-01-01 actual

[R] FW: Help with a third ggplot error

2019-06-15 Thread Bill Poling
Yes, thank you I see that now Eric. What might I provide in addition that would be more useful? WHP From: Bill Poling Sent: Saturday, June 15, 2019 3:39 PM To: Eric Berger Cc: r-help (r-help@r-project.org) ; Bill Poling (bill.pol...@zelis.com) Subject: RE: [R] Help with a third ggplot error

[R] Fw: Help finding first value in a BY group

2013-03-15 Thread arun
Forgot to cc: to list - Forwarded Message - From: arun To: Marc Schwartz Cc: Barry King ; Cc: Barry King Sent: Friday, March 15, 2013 3:41 PM Subject: Re: [R] Help finding first value in a BY group Thanks Marc for catching that. You could also use ?ave()  #unsorted PeriodSKUForeca

[R] Fw: Help needed in wavelet transforming

2012-05-29 Thread arun
- Forwarded Message - From: arun To: tarun trivedi Cc: Sent: Tuesday, May 29, 2012 12:24 PM Subject: Re: [R] Help needed in wavelet transforming Hi Tarun, Have you looked into LS2w? http://rgm2.lab.nig.ac.jp/RGM2/func.php?rd_id=LS2W:imwd Hope this helps. A.K. - Original M

[R] FW: HELP ERROR Weibull values must be > 0

2012-02-21 Thread Vanúcia Schumacher
Vanúcia SchumacherCurso de graduação em meteorologia - UFPELBolsista do Programa de Educação Tutorial - PET > From: vanucia-schumac...@hotmail.com > To: r-help@r-project.org > Date: Tue, 21 Feb 2012 15:48:44 + > Subject: [R] HELP ERROR Weibull values must be > 0 > > > GUYS, > > I NEED

[R] FW: help error: In dweibull(x, shape, scale, log) : NaNs produzidos

2012-02-21 Thread Vanúcia Schumacher
Vanúcia SchumacherCurso de graduação em meteorologia - UFPELBolsista do Programa de Educação Tutorial - PET From: vanucia-schumac...@hotmail.com To: r-help@r-project.org Subject: help error: In dweibull(x, shape, scale, log) : NaNs produzidos Date: Tue, 21 Feb 2012 14:24:02 + Guys,

Re: [R] FW: Help on reshape2 data frame rearrangement

2011-08-08 Thread Joshua Wiley
Hi BJ, Is this what you want? Data1 <- structure(list(Site = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L), .Label = c("Site1", "Site2"), class = "factor"), Fish_no = structure(c(1L, 2L, 3L, 4L, 1L, 2L, 3L, 4L), .Label = c("Fish1", "Fish2", "Fish3", "Fish4"), class = "factor"), Length = c(10L, 13L,

[R] FW: Help on reshape2 data frame rearrangement

2011-08-08 Thread B Jessop
Help-list, Sorry about the formatting problem, Josh. The following example data set(minor difference from original) in plain text should make the problem clear. Original data format: Site Fish_no Length Site1Fish110 Site1Fish213 Site1Fish314 Site1

Re: [R] Fw: Help with PLSR

2011-05-13 Thread Bjørn-Helge Mevik
Amit Patel writes: >>str(FullDataListTrans) > num [1:40, 1:94727] 42 40.9 65 56 61.7 ... > - attr(*, "dimnames")=List of 2 > ..$ : chr [1:40] "X" "X.1" "X.12" "X.13" ... > ..$ : NULL > > I have also created a vector "GroupingList" which gives the groupnames for > each > respective sample(

[R] Fw: Help with PLSR

2011-05-12 Thread Amit Patel
Hi I am attempting to use plsr which is part of the pls package in r. I amconducting analysis on datasets to identify which proteins/peptides are responsible for the variance between sample groups (Biomarker Spoting) in a multivariate fashion. I have a dataset in R called "FullDataListTra

[R] FW: help

2011-02-28 Thread Laura Clasemann
Hi, I apologize for sending this again but realized that the data I had originally sent in my first email did not show correctly and wanted to send it again to give a better idea of how I am trying to show my data within R. Thanks! Laura Diet: Binger-yes:

Re: [R] FW: help with time Series regression please

2010-11-22 Thread tomreilly
Cathy, How does this model look? [(1-B**4)]Y(T) = 20.767 +[X1(T)][(1-B**4)][(+ 56.1962)] :PULSE 7/ 4 I~P00028test +[X2(T)][(1-B**

[R] FW: help with time Series regression please

2010-01-21 Thread snowcat wong
Dear all, I am having difficulty to built a model of quarter sales of spirits data, and deciding which is the best model. The yfit2, yfit3, and yfit4 lines was not appeared right at the end. The data and script is enclosed with this email. I am using the harmonic regression model to e

[R] FW: help with time Series regression please

2010-01-19 Thread snowcat wong
Dear all, I am having difficulty to built a model of quarter sales of spirits data, and deciding which is the best model. The yfit2, yfit3, and yfit4 lines was not appeared right at the end. The data and script is enclosed with this email. I am using the harmonic regression model to exam

Re: [R] Fw: Help with loops(corrected question)

2009-05-16 Thread Uwe Ligges
Amit Patel wrote: --- On Fri, 15/5/09, Amit Patel wrote: From: Amit Patel Subject: Help with loops To: r-help@r-project.org Date: Friday, 15 May, 2009, 12:17 PM Hi I am trying to create a loop which averages replicates in my data. The original data has many rows. and consists of 40 column

[R] Fw: Help with loops(corrected question)

2009-05-15 Thread Amit Patel
--- On Fri, 15/5/09, Amit Patel wrote: > From: Amit Patel > Subject: Help with loops > To: r-help@r-project.org > Date: Friday, 15 May, 2009, 12:17 PM > Hi > I am trying to create a loop which averages replicates in > my data. > The original data has many rows. and consists of 40 column > zz[

Re: [R] FW: help with mclust

2007-10-03 Thread Tatiana Benaglia
Hi Ken, I know your question was specifically about the mclus, but you can also try to fit a univariate gaussian mixture using the normalmixEM in the mixtools package. library(mixtools) out = normalmixEM(data, k=3) That's what I got for your sample: > out$lambda [1] 0.119 0.647 0.234 > out

[R] FW: help with mclust

2007-10-03 Thread Lo, Ken
> No HTML this time. Sorry Dear all, I am attempting to model some one-dimensional data using Gaussian mixture model with mclust.  Generally, the data that I have have 3 overlapping populations (with one of them being the majority, and the other two combining to less than 15%) and for some re