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

[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

Re: [R] help for R code

2020-10-13 Thread Eric Berger
ailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see ht

[R] help for R code

2020-10-13 Thread Ablaye Ngalaba
Good morning dear administrators, Please help me to code this code in R. I use in this file the redescription function Φ which by making a scalar product gives a . You can also choose instead of the redescription function Φ a kernel k(x,x). Sincerely [[alternative

Re: [R] Help in R code

2020-10-04 Thread Rui Barradas
eproducible code. ______ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[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

Re: [R] help in R code

2020-10-02 Thread Jim Lemon
thz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more,

[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
[3] https://cran.r-project.org/web/packages/reprex/index.html -- Sent from my phone. Please excuse my brevity. On May 25, 2017 5:55:41 AM PDT, "Peter Hänninen" <peter.hanni...@gmail.com> wrote: >Hi! Is this the correct place to ask for some help with R code? I have >some &g

[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

Re: [R] Help in R code

2016-03-07 Thread PIKAL Petr
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 speech colum

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 b

Re: [R] Help in R code

2016-03-01 Thread Deepak Aggarwal
version deleted]] >> >> __ >> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >

Re: [R] Help in R code

2016-03-01 Thread Bert Gunter
project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. ___

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