Hello all, #homework
I'm new to R and I'm working on poc to find anomoly in data set. I need to add flag with Boolean value if it's outlier. Can anyone suggest me some good approach.i tried with anomoly detection and few other but no luck.
Looks like I'm doing it in wrong way.
Below sample code I tried plot data and getting time decompose function missing error.
Hi, and welcome. It's kinda hard to model to a precision of one hour in with only 3 seconds of data in transactiondate and no idea of the threshold for an outage based on value.
To reiterate technocrat's advice, it's not clear where you're having trouble. A good way to seek help with relatively self contained R-coding problems like this is with a reproducible example. Have a look at this link if you're not sure what that is or how to make one.
Also, this wording suggests you might be asking for help with a homework problem. Is that the case? A lot of people here teach R, and so are reluctant to help students by just answering their homework for them.
Instead, we like to see what you've tried to do, and understand where specifically you'ee having trouble. Right now it looks like you just posted a full homework question here.
Hi sorry for your inconvenience. Im new to R and i struggle start it in right direction. Those are some POC I'm was planning to do it . . so thought to ask online help as I don't know anyone with r background.