search for: zelis

Displaying 14 results from an estimated 14 matches for "zelis".

2018 Jun 01
2
Time-series moving average question
...r.ma, h=8) I think you will find that the warning comes from the second step. Print tnr.ma and you will see some NAs. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 ? From: Bill Poling <Bill.Poling at zelis.com> Date: Friday, June 1, 2018 at 8:58 AM To: "MacQueen, Don" <macqueen1 at llnl.gov>, array R-help <r-help at r-project.org> Subject: RE: [R] Time-series moving average question Hello Don, thank you for your response. I appreciate your help. ? I am using the forecast pa...
2018 Jun 01
0
Time-series moving average question
...ach gave me that warning, but only the one series had the same 8 Point Forecast values, is that coincidental you think? Terrific of you to help, I really appreciate it. WHP From: MacQueen, Don [mailto:macqueen1 at llnl.gov] Sent: Friday, June 01, 2018 12:54 PM To: Bill Poling <Bill.Poling at zelis.com>; r-help (r-help at r-project.org) <r-help at r-project.org> Subject: Re: [R] Time-series moving average question You are right that there are no NAs in the practice data. But there are NAs in the moving average data. To see this, break your work into two separate steps, like this:...
2018 May 15
0
Forecasting tutorial "Basic Forecasting"
...usted", "TotalRevCancelled")), .Tsp = c(2016, 2018.25, 12), class = c("mts", "ts", "matrix")) You were correct that the error was because of 28 time-points. This is the fix for it. Huzefa On Tue, May 15, 2018 at 2:08 PM, Bill Poling <Bill.Poling at zelis.com> wrote: > Hi. I am trying to follow this forecasting tutorial at: https://www.r-bloggers.com/basic-forecasting/ > > Using my own data, I cannot get past the first step, lots of laughs. > > dat3 <- structure(c(5973156.76, 5159011.20, 6695766.64, 6365359.00, 6495218.53, 7...
2018 May 15
3
Forecasting tutorial "Basic Forecasting"
...ot clear to me. https://stackoverflow.com/questions/32369737/error-invalid-time-series-parameters-specified-in-backtesting-r-script http://r.789695.n4.nabble.com/How-to-setup-the-tsp-attribute-of-a-dataset-td908269.html Thanks for any advice. WHP Confidentiality Notice This message is sent from Zelis. ...{{dropped:15}}
2018 Jun 01
0
Time-series moving average question
...() function I am unsure why there would be NA?s as there are none apparently in the structure? No worries though, I am going to reach out to the package author. Cheers. WHP From: MacQueen, Don [mailto:macqueen1 at llnl.gov] Sent: Friday, June 01, 2018 11:24 AM To: Bill Poling <Bill.Poling at zelis.com>; r-help (r-help at r-project.org) <r-help at r-project.org> Subject: Re: [R] Time-series moving average question My guess would be that if you inspect the output from ma(dat3[1:28], order=3) you will find some NAs in it. And then forecast() doesn't like NAs. But I can't chec...
2018 Jun 01
2
Time-series moving average question
...pful to say which package. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 ?On 6/1/18, 4:20 AM, "R-help on behalf of Bill Poling" <r-help-bounces at r-project.org on behalf of Bill.Poling at zelis.com> wrote: Good morning, I hope someone can help with these questions, or perhaps suggest one of the other R-lists? I have two questions: 1. Why am I getting this warning? 2. Why is the second example "Point Forecast" the same value, I do not see...
2018 May 07
1
read.csv and Decimal places
...18 at 9:10 AM, Richard M. Heiberger <rmh at temple.edu> wrote: > The stored numbers are correct. They are rounded on printing. > print(RevFCast, digits=17) > > See > ?options > And scroll down to digits. > > On Mon, May 7, 2018 at 11:50 Bill Poling <Bill.Poling at zelis.com> wrote: > > > Hi, Novice UsR here. > > > > I have a csv file that contains 13 columns of numeric data that have > > decimal places (for the most part). > > > > After reading in the file > > RevFCast = read.csv("RevAnalysisNov2016_April2018.cs...
2018 May 07
0
read.csv and Decimal places
The stored numbers are correct. They are rounded on printing. print(RevFCast, digits=17) See ?options And scroll down to digits. On Mon, May 7, 2018 at 11:50 Bill Poling <Bill.Poling at zelis.com> wrote: > Hi, Novice UsR here. > > I have a csv file that contains 13 columns of numeric data that have > decimal places (for the most part). > > After reading in the file > RevFCast = read.csv("RevAnalysisNov2016_April2018.csv", header=TRUE, dec = > "...
2018 May 07
2
read.csv and Decimal places
...ONCancelled", "OONNetRev"), class = "data.frame", row.names = c(NA, -28L)) Since I lack experience, I'd Just like to be sure what I have is what I read in? Thank you for any advice. WHP William H. Poling, Ph.D., MPH Confidentiality Notice This message is sent from Zelis. ...{{dropped:16}}
2018 May 04
2
Converting a list to a data frame
...lp<https://stat.ethz.ch/mailman/listinfo/r-help> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html<http://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code. Confidentiality Notice This message is sent from Zelis. ...{{dropped:15}}
2018 May 04
0
Converting a list to a data frame
It looks like you made a copy/paste error below. Your ata.frame should be data.frame. Kevin On 05/04/2018 08:18 AM, Bill Poling wrote: > Good morning. > > Novice usR. Here. > > I am following this string, among many, learning as I go. > > Quick question please? > > I thought that perhaps ata.frame was part of the zoo pkg, b/c when I > searched it came up in
2018 Jun 01
0
Time-series moving average question
...9923 955724.817592 1747929.67020 # 34 1351827.24389 1071819.89899 1631834.58880 923592.964312 1780061.52348 # 35 1351827.24389 1052210.25675 1651444.23104 893602.604521 1810051.88327 Thank you for any advice or direction. WHP Confidentiality Notice This message is sent from Zelis. ...{{dropped:15}}
2018 May 02
0
Converting a list to a data frame
Hi Kevin, There is probably a better way, but it can be done in two steps like this temp <- list(A=data.frame(x=1:2, y=3:4),B=data.frame(x=5:6,y=7:8)) temp <- lapply(names(temp), function(n, temp) { temp[[n]]$type <- n return(temp[[n]]) }, temp = temp) do.call(rbind, temp) On Wed, May 2, 2018 at 1:11 PM, Kevin E. Thorpe <kevin.thorpe at utoronto.ca> wrote: > I suspect
2018 May 02
8
Converting a list to a data frame
I suspect this is pretty easy, but I'm having trouble figuring it out. Basically, I have a list of data frames such as the following example: list(A=data.frame(x=1:2, y=3:4),B=data.frame(x=5:6,y=7:8)) I would like to turn this into data frame where the list elements are essentially rbind'ed together and the element name becomes a new variable. For example, I would like to turn the