search for: upananda

Displaying 20 results from an estimated 20 matches for "upananda".

2011 Oct 05
2
creating a loop for a function
...s: Box.test (lfut, lag = 1, type="Ljung") if i want to compute the Box.test for lag 1 to 10, I have to write manually change each time for different lag. So i wan to write a loop for the lag 1 to 10 and return the statistics for each lag. Is there any method to do this ? With regards, Upananda -- You may delay, but time will not. Research Scholar alternative mail id: upani@iitkgp.ac.in Department of HSS, IIT KGP KGP [[alternative HTML version deleted]]
2023 Feb 05
3
Extracting data using subset function
...<- p[1:20] But I want to extract the first 20 observations using subset function which requires a logical condition. I am not able to frame the logical condition. The code should be q <- subset(p, logical condition) I am not able to do it. Please let me know what you think. Best regards, Upananda [[alternative HTML version deleted]]
2023 Jan 12
1
Reg: ggplot error
...uot;) with ggplot(ICUData, aes(x=ICUData.neuro$LOS)) + geom_histogram(aes(y=after_stat(density)), binwidth = 5, fill = "darkgrey") Cheers Petr And I do not provide private consulting so keep your posts to R help. Others may have much more insightful answers. From: Upananda Pani <upananda.pani at gmail.com> Sent: Wednesday, January 11, 2023 2:43 PM To: PIKAL Petr <petr.pikal at precheza.cz> Subject: Re: [R] Reg: ggplot error Hi Respected Member, Please find attached. Regards, Upananda Pani On Wed, Jan 11, 2023 at 6:07 PM PIKAL Petr <mailto:petr.pik...
2017 Sep 20
1
Convert data into zoo object using Performance analytics package
...Thanks for your mail and help. I got this error while trying to run your code. sbux1.z <- read.csv.zoo(u, FUN = as.yearmon, format = fmt) Error in read.table(file = file, header = header, sep = sep, quote = quote, : 'file' must be a character string or connection Thanks and Regards, Upananda Pani On Tue, Sep 19, 2017 at 4:31 PM, Upananda Pani <upananda.pani at gmail.com> wrote: > Dear Sir, > > Thanks for your mail and help. I got this error while trying to run your > code. > > sbux1.z <- read.csv.zoo(u, FUN = as.yearmon, format = fmt) > Error in read.tab...
2017 Sep 22
1
Convert data into zoo object using Performance analytics package
...lp. Would you please let me know if i want to read a csv file as zoo object from my local file rather than directly from the website, how to do that? library(zoo) u <- "https://faculty.washington.edu/ezivot/econ424/sbuxPrices.csv" fmt <- "%m/%d/%Y" With sincere regards, Upananda Pani On Wed, Sep 20, 2017 at 3:22 PM, PIKAL Petr <petr.pikal at precheza.cz> wrote: > Hi > > Gabor's code works as expeceted without error. > What is "u" in your case? > > Cheers > Petr > > > -----Original Message----- > > From: R-help [mail...
2017 Sep 20
0
Convert data into zoo object using Performance analytics package
Hi Gabor's code works as expeceted without error. What is "u" in your case? Cheers Petr > -----Original Message----- > From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Upananda > Pani > Sent: Wednesday, September 20, 2017 11:06 AM > To: Gabor Grothendieck <ggrothendieck at gmail.com> > Cc: r-help <r-help at r-project.org> > Subject: Re: [R] Convert data into zoo object using Performance analytics > package > > Dear Sir, > > Thanks...
2023 Jan 11
1
Reg: ggplot error
I am sorry. On Wed, Jan 11, 2023 at 5:32 PM Eric Berger <ericjberger at gmail.com> wrote: > No code or data came through. > Please read the posting guidelines. > > > On Wed, Jan 11, 2023 at 1:38 PM Upananda Pani <upananda.pani at gmail.com> > wrote: > > > > Dear All, > > > > I am using roptest function of package "ROptEst" (Kohl and Ruckdeschel > > (2019)) to find out the ML, CvM-MD, and the RMX estimator and their > > asymptotic confidence inter...
2023 Jan 11
1
Reg: ggplot error
No code or data came through. Please read the posting guidelines. On Wed, Jan 11, 2023 at 1:38 PM Upananda Pani <upananda.pani at gmail.com> wrote: > > Dear All, > > I am using roptest function of package "ROptEst" (Kohl and Ruckdeschel > (2019)) to find out the ML, CvM-MD, and the RMX estimator and their > asymptotic confidence intervals. I am assuming 1-5% of erroneo...
2023 May 02
5
Reg: Help regarding ggplot2
....615 1.72 2.57 0.346 0.509 0.661 1.02 6 2005-01-10 1.04 0.615 1.69 2.48 0.346 0.509 0.630 1.01 My code for the same is as follows ggplot(data=data_vol3, aes(x=index, y=data_vol3$usa)+ geom_line()) Any help in this regard will be highly appreciated With regards, Upananda Pani
2023 May 02
0
Reg: Help regarding ggplot2
Hi Thomas, Thanks for your help. I need to plot all other countries as well. Thanks for your time With sincere regards, Upananda On Tue, May 2, 2023 at 3:01?PM Thomas.Rose <Thomas.Rose at daad-alumni.de> wrote: > Dear Upananda, > > I see a misplaced bracket in your code, and there is no need in aes() to > call the dataframe explicitly. Does this work? > > ggplot(data = data_vol3, aes(x = index, y =...
2023 Jan 11
1
Reg: ggplot error
...hree models additionally with pp- and qq-plots. I have tried to code it. I have attached the code and data. I am getting error while fitting ggplot to plot the distribution densities. I am doing some error which I am not able to correct. Please help me to find out my error. With sincere regards, Upananda Pani
2011 Sep 29
1
checking the outliers of the time series data set
Dear All, Can you please guide me how to check the outliers in the data set in R. It would be great if you can give some examples of methods. With regards, Upananda -- You may delay, but time will not. Research Scholar alternative mail id: upani@iitkgp.ac.in Department of HSS, IIT KGP KGP [[alternative HTML version deleted]]
2023 Jan 16
0
Reg: Frequency in declaring time series data
?s 20:52 de 16/01/2023, Upananda Pani escreveu: > Hi Rui, > > Thank you so much for your help. As I have to fit a Markov Switching Model > using MSwM package. > > May I know whether i can convert from zoo object to a time series object. > > As I have to use several packages which uses ts so I am not abl...
2017 Sep 18
3
Convert data into zoo object using Performance analytics package
...="%m/%d/%Y") sbux.z = zoo(x=sbux.df$Adj.Close, order.by=dates.sbux) msft.z = zoo(x=msft.df$Adj.Close, order.by=dates.msft) class(sbux.z) head(sbux.z) > head(sbux.z) Data: numeric(0) I will be grateful if anybody would like to guide me where i am making the mistake. With best regards, Upananda Pani -- You may delay, but time will not. Research Scholar alternative mail id: upani at iitkgp.ac.in Department of HSS, IIT KGP KGP [[alternative HTML version deleted]]
2023 May 02
1
Reg: Help regarding ggplot2
It's not clear what you want but ... On 02/05/2023 10:57, Upananda Pani wrote: > Dear All, > > I have a dataset which contains date and 12 other countries data. I > have extracted the data as xts object. > > I am not able to recall all the series in the Y axis. My data set > looks like this > > index crepub finland france germany italy n...
2011 Aug 24
2
regarding changing of title of decompose graph
Hi All, I am new to this forum. I have just started learning R. When i use plot(decompose(x)), i am getting the title " Additive time series decomposition". How to make this title off and change to some other title. Any help regarding this is highly appreciated. With sincerer regards, Upananda -- View this message in context: http://r.789695.n4.nabble.com/regarding-changing-of-title-of-decompose-graph-tp3766114p3766114.html Sent from the R help mailing list archive at Nabble.com.
2023 Jan 16
1
Reg: Frequency in declaring time series data
...final.xlsx") pricet=ts(oil$price, start = c(2020, 22), freq = 365) roilt=ts(diff(log(oil$price))*100,start=c(2020,22), freq=365) Shall I have to declare the dates here? I want to know also if it is a 5 day trading a week, how to declare the frequency. Looking forward to your reply Regards, Upananda Pani Looking forward to your suggestions. [[alternative HTML version deleted]]
2017 Sep 22
1
Treating NA in timeSeries package
...ot;linear")) : fut is not a tis object Then i want to convert my data into time series as following # Making Time Series fut = ts(fut, start=c(2006,4), frequency=305) spt = ts(spt, start=c(2006,4), frequency=305) Would you please guide me what is the problem with my code? With best regards, Upananda Pani
2023 Jan 16
1
(no subject)
...eq=365) roilt.lag3 = window(roilt,start=c(2020,20),end=c(2021,212),freq=365) roilt.lag4 = window(roilt,start=c(2020,19),end=c(2021,211),freq=365) I am getting error (length is not matching), while creating lag. I will grateful to you if you can tell me where I am making mistakes. Regards, Upananda Pani [[alternative HTML version deleted]]
2011 Sep 28
0
cointegration test
...ags it is providing for AIC. Whether i should take first difference of the price level to estimate the VAR, then how to use the same lag selection criteria, when i am using price series in levels to estimate the cointegration by johansen method. Looking forward for your help With sincere regards, Upananda -- You may delay, but time will not. Research Scholar alternative mail id: upani@iitkgp.ac.in Department of HSS, IIT KGP KGP [[alternative HTML version deleted]]