Re: [R] Help in R code

2020-10-18 Thread Martin Møller Skarbiniks Pedersen
I think you first should read and understand this: https://stackoverflow.com/help/minimal-reproducible-example and https://stackoverflow.com/help/how-to-ask On Sun, Oct 18, 2020, 11:57 Faheem Jan via R-help wrote: > Good morning, Please help me to code this code in R. > I working in the multiva

[R] Help in R code

2020-10-18 Thread Faheem Jan via R-help
Good morning,  Please help me to code this code in R. I working in the multivariate time series data, know my objective is that to one year forecast of the hourly time series data, using first five as a training set and the remaining one year as validation. For this  I transform the the data int

Re: [R] Help in R code

2020-10-04 Thread Rui Barradas
Hello, This is cross-posted, you have posted the same question in SO[1]. Cross-posting is not well seen, post the question in one place and please wait a few days for an answer before posting here. [1] https://stackoverflow.com/questions/64197235/forecasting-of-multivariate-data-through-vecto

[R] Help in R code

2020-10-04 Thread Faheem Jan via R-help
Hello , i am working in the functional time series using themultivariate time series data(hourly time series data). Sir  i am usingFAR model more than one order for which no statistical package is available inR, so for this i convert my data into functional form and obtained thefunctional princi

Re: [R] help in R code

2020-10-02 Thread Jim Lemon
Hi Faheem, This is a complete guess, but the hours of the day may range from 0 to 23 not 1 to 24. So you may be asking for an out of range hour. Jim On Fri, Oct 2, 2020 at 10:00 PM Faheem Jan via R-help wrote: > > > Hello , i am working in the functional time series using the multivariate > tim

[R] help in R code

2020-10-02 Thread Faheem Jan via R-help
Hello , i am working in the functional time series using the multivariate time series data(hourly time series data). Sir  i am using FAR model more than one order for which no statistical package is available in R, so for this i convert my data into functional form and obtained the functional

Re: [R] Help in R code

2017-05-25 Thread Jeff Newmiller
Read the Posting Guide. Assuming your question is not about homework or statistics, the answer is probably yes. After reading the the Posting Guide you will also know that this is a plain text email list so you will need to set your email program appropriately. You will also know that a minimal

[R] Help in R code

2017-05-25 Thread Peter Hänninen
Hi! Is this the correct place to ask for some help with R code? I have some minor questions I would need to ask. Best regards, Peter [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https

Re: [R] Help in R code

2016-03-07 Thread PIKAL Petr
u want any reasonable help. Cheers Petr Petr Pikal From: deepak aggarwal [mailto:talk4dee...@gmail.com] Sent: Thursday, March 03, 2016 2:07 PM To: PIKAL Petr Subject: Re: [R] Help in R code I have a column A having sentences and column B have some words. I want to check the part of sp

Re: [R] Help in R code

2016-03-01 Thread PIKAL Petr
E If the above does not work for you, you need to evaluate regular expressions. See e.g. ?gsub Cheers Petr From: deepak aggarwal [mailto:talk4dee...@gmail.com] Sent: Tuesday, March 01, 2016 5:06 PM To: PIKAL Petr Subject: Re: [R] Help in R code Sentence Words word string 1 he is a nice human bein

Re: [R] Help in R code

2016-03-01 Thread Deepak Aggarwal
Hahaha this is not homework..i am just trying to explore r vs sas Sent from my iPhone > On 01-Mar-2016, at 9:36 PM, Bert Gunter wrote: > > ... but if this is homework (it looks like it) ask your teachers for > help, as there is a no homework policy on this list. > > Cheers, > Bert > > > Bert

Re: [R] Help in R code

2016-03-01 Thread Bert Gunter
... but if this is homework (it looks like it) ask your teachers for help, as there is a no homework policy on this list. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom Co

Re: [R] Help in R code

2016-03-01 Thread PIKAL Petr
Hi See in line > -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of deepak > aggarwal > Sent: Tuesday, March 01, 2016 1:30 PM > To: r-help@r-project.org > Subject: [R] Help in R code > > Hi , > > Seeking your help in cod

[R] Help in R code

2016-03-01 Thread deepak aggarwal
Hi , Seeking your help in coding following requirement in R. Vector 1 has sentences for ex. vector 1="he is a nice human being","he is smart and fast in his work" vector 2 has keywords found in each sentence seperated by comma for ex. vector2 for vector 1 =nice,being vector 2 for vector 1 =smar