search for: 94550

Displaying 20 results from an estimated 226 matches for "94550".

Did you mean: 9450
2018 Jun 01
2
Time-series moving average question
...is: tnr.ma <- ma(dat3[1:28], order=3) TNR_moving_average <- forecast(tnr.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,...
2018 Jun 01
0
Time-series moving average question
...=3) TNR_moving_average <- forecast(tnr.ma<http://tnr.ma>, h=8) I think you will find that the warning comes from the second step. Print tnr.ma<http://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<mailto:Bill.Poling at zelis.com>> Date: Friday, June 1, 2018 at 8:58 AM To: "MacQueen, Don" <macqueen1 at llnl.gov<mailto:macqueen1 at llnl.gov>>, array R-help <r-help at r-project...
2018 Jun 01
2
Time-series moving average question
...) doesn't like NAs. But I can't check, because I can't find the ma() and forecast() functions. I assume they come from some package you installed; it would be helpful 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?...
2018 Jun 01
0
Time-series moving average question
...) doesn't like NAs. But I can't check, because I can't find the ma() and forecast() functions. I assume they come from some package you installed; it would be helpful 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 ______________________________________________ R-help at r-project.org<mailto:R-help at r-project.org> mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help<https://stat.ethz.ch/mailman/listinfo/r-help> PLEASE do r...
2014 Sep 08
2
Problem with order() and I()
...s. Using \265 is what I could find at that time to get a mu into my output. I came across this while checking some things; it?s not actually breaking my scripts, so I doubt it?s due to any recent change. -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062
2013 Sep 09
1
windowing
Is there a package or a command that does window aggregation like select sum(col1) over (partition by col2, col3 order by col4 rows between unbounded preceding and current row) as sum1 from table1 ; the above is Netezza syntax, but Postgre has same capability. Stephen B [[alternative HTML version deleted]]
1999 Jan 06
2
access to printers
...t to create an account just for this purpose. I would like to provide access to the printers without requiring a logon. Is this possible? Manny Manny Estrada (estrada@oxygen.llnl.gov) C&MS, Computer Security and Networking Lawrence Livermore National Lab P.O. Box 808, L-231 Livermore CA 94550 Phone: 925-422-7721
2017 Jun 14
0
about fitting a regression line
Start with the lm() function; i.e., see ?lm -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 6/14/17, 3:40 PM, "R-help on behalf of lily li" <r-help-bounces at r-project.org on behalf of chocold12 at gmail.com> wrote: Hi R users, I have some data points (Xi, Yi), and they may follow such a pattern Yi = cCOS(Xi) + d, how to find the c and...
2018 Apr 25
0
Copy text from Script syntax into .txt
Try putting this options(echo=TRUE) at the beginning of your script See ?source for a clue -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 ?On 4/24/18, 2:23 AM, "R-help on behalf of P. Roberto Bakker" <r-help-bounces at r-project.org on behalf of robertobakker at gmail.com> wrote: Hi everybody, How can I get text from RScript (e.g. syntax, reminder) into the result...
2017 Jul 06
1
Convert date to continuous variable in R
...mdate) ) > > > Converting LAI_simulation$Date to numeric, and then applying axis.Date() to it makes no sense to me, since the elapsed numbers of days are not dates. > > -- > Don MacQueen > > Lawrence Livermore National Laboratory > 7000 East Ave., L-627 > Livermore, CA 94550 > 925-423-1062 > > > On 7/5/17, 11:23 AM, "Ahmed Attia" <ahmedatia80 at gmail.com> wrote: > > How can I convert date to continuous variable staring from 1. I tried > as.numeric but R starts counting from default January 1, 1970 while my data > sta...
2012 Jun 19
1
Format text with outline?
...edly, this is well outside the scope of what R is designed for, but, hey, R can do everything, so why not this? I did find a possible alternative, the textrect() function in the RPMG package. Thanks -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062
2013 Oct 22
2
Where is element 30?
Hi I have a vector like that readCsvFile$V1  [1]  30  31  32  33  34  35  36  37  38  39 310 311 312 313 314 315 316 317 318 [20] 319 320 321  20  21  22  23  24  25  26  27  28  29 210 211 212 213 214 215 [39] 216 217 218 219 220 221 222 223  40  41  42  43  44  45  46  47  48  49 410 [58] 411 412 413 414 415 416 417 418 419 420 421 and I am looking to find where the number 31 is located. So I
2017 Jun 14
3
about fitting a regression line
Hi R users, I have some data points (Xi, Yi), and they may follow such a pattern Yi = cCOS(Xi) + d, how to find the c and d in R? which function to use? Also, how to get the R2 and p value for this correlation? Thanks for any kind of help. [[alternative HTML version deleted]]
2017 Dec 15
1
something weird has happened....!!!!!!!!!!
...at's only defined in the global environment (presumably by mistake, but it's an easy mistake to make), and its value changed in between function calls. Reinstalling R would be a waste of time. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 On 12/15/17, 4:45 AM, "R-help on behalf of akshay kulkarni" <r-help-bounces at r-project.org on behalf of akshay_e4 at hotmail.com> wrote: dear Members, Today something weird has happened on my R console. I have attache...
2017 Jun 07
1
rmarkdown and font size
...ge in the pdf output; perhaps if I reduce the font size I can get it to fit. I would like the html version to still look decent, but I don't care very much what happens to its font size. Thanks! -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062
2018 Apr 30
3
How to visualise what code is processed within a for loop
...orking with them, then recombining them with the character columns. R?s performance working with data frames has improved since then, so I really don?t know if it would make a difference for your task. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 From: Luca Meyer <lucam1968 at gmail.com> Date: Monday, April 30, 2018 at 8:08 AM To: Rui Barradas <ruipbarradas at sapo.pt> Cc: "MacQueen, Don" <macqueen1 at llnl.gov>, array R-help <r-help at r-project.org> Subject: Re: [R] Ho...
2018 Jan 26
2
Help in Plotting in "fArma" Package
...to search for other graphics parameters (base graphics) you can use to change various things. Success will depend, as Dave indicated, on how the package author handled the plotting options in rsFit(). -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 ?On 1/25/18, 5:56 PM, "R-help on behalf of David Winsemius" <r-help-bounces at r-project.org on behalf of dwinsemius at comcast.net> wrote: The documentation say that additional arguments will be passed. I suspect this will be a base graph...
2004 Apr 14
2
attaching data.frame/list within a function
...ot; "package:utils" "Autoloads" "package:base" [1] 0 > Thanks, Gardar ___________________________________________________________________ Gardar Johannesson Lawrence Livermore National Laboratory 7000 East Avenue, L-229 Livermore, CA 94550 johannesson1@llnl.gov Tel: (925) 422-3901, Fax: (925) 422-4141 [[alternative HTML version deleted]]
2018 Sep 26
1
Stability and reliability of R (comment on Re: as.vector() broken on a matrix or array of type "list")
...impressive for its stability a simple custom GUI that uses the tcltk package that has needed no updates whatsoever in all that time. Such stability and reliability have been extremely valuable to me. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 ?On 9/26/18, 12:41 AM, "R-devel on behalf of Martin Maechler" <r-devel-bounces at r-project.org on behalf of maechler at stat.math.ethz.ch> wrote: [-- most of original message omitted, so as to comment on the following --] -----...
2018 May 10
4
the first name of the first column
Dear all; I need to run heatmap. Because my first column in my data is alphanumeric, I can not run as.matrix(scale(my_data)). So I need to make my data readable as in data(mtcars). In *mtcars *data the first column is alphanumeric and has no name. Thanks, Greg [[alternative HTML version deleted]]