Re: [R] How to install this package

2024-10-03 Thread David Winsemius via R-help
I’m Sent from my iPhone > On Oct 2, 2024, at 7:43 AM, roslinazairimah zakaria > wrote: > > Hi Enrico, yes it works. I can also plot the graph. > Next question, how do I delete the date from 16 December until 31 December > 2014? > > > Thank you very much. > >> dt$time <- as.POSIXct(dt$time)

Re: [R] Warning message: Removed 888 rows containing missing values or values outside the scale range (`geom_line()`)

2024-10-03 Thread Hasan Diwan
These are warnings, not errors. On Thu, 3 Oct 2024 at 21:02, roslinazairimah zakaria wrote: > Dear all, > I tried to rerun the examples given by Hyndman in otexts but keep on > getting errors and I have searched through google but no solution yet. > > Thank you in advance for any help given. > >

[R] Warning message: Removed 888 rows containing missing values or values outside the scale range (`geom_line()`)

2024-10-03 Thread roslinazairimah zakaria
Dear all, I tried to rerun the examples given by Hyndman in otexts but keep on getting errors and I have searched through google but no solution yet. Thank you in advance for any help given. library(fpp3) library(lubridate) library(xts) library(fabletools) library(ggplot2) library(dplyr) library(