Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

53 results for “from:Yuan, Rebecca”

How to store data frames into pdf file and csv file.
Yuan, Rebecca · Mar 21, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130321/c4f8321f/attachment.pl>

How to store data frames into pdf file and csv file.
Yuan, Rebecca · Mar 21, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130321/da1dcdda/attachment.pl>

predict.Arima error "'xreg' and 'newxreg' have different numbers of columns"
Yuan, Rebecca · Mar 22, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130322/f6cfffa1/attachment.pl>

The weak exogeneity test in R for the Error Correction Model?
Yuan, Rebecca · May 28, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130528/8256ac2e/attachment.pl>

Can I open an existing pdf file and attach result to it?
Yuan, Rebecca · Apr 8, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130408/ea27aab6/attachment.pl>

to check if a character string is in a group of character strings
Yuan, Rebecca · Jan 23, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130123/43cf4745/attachment.pl>

plot two time series with different length and different starting point in one figure.
Yuan, Rebecca · Jan 22, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130122/9266b581/attachment.pl>

Error : '.path.package' is defunct.
Yuan, Rebecca · Sep 25, 2014 · r-help

Hello all, After this reinstallation of R 3.1.1 and Rstudio 0.98.1028, I have the following error messages whenever I tried to load a library to it: > library('zoo') Error : '.path.package' is defunct. Use 'path.package...

Error: OutOfMemoryError (Java): GC overhead limit exceeded
Yuan, Rebecca · Feb 2, 2015 · r-help

Hello all, When I met this following error message: Error: OutOfMemoryError (Java): GC overhead limit exceeded I usually use the following options to overcome the memory limit: options(java.parameters = "-Xmx1024m") # to reduce the error message "Error: OutOfMemoryError (Java): GC...

How to look at the source code for predict()
Yuan, Rebecca · Mar 20, 2013 · r-help

Hello MW, Thanks very much! I use > getS3method("predict","arima0") And be able to see the source code. Have a great day! Cheers, Rebecca -----Original Message----- From: R. Michael Weylandt [mailto:michael.weylandt at gmail.com] Sent: Wednesday, March 20...

to check if a character string is in a group of character strings
Yuan, Rebecca · Jan 23, 2013 · r-help

Hello Duncan, Thanks for this! This works! Best, Rebecca -----Original Message----- From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com] Sent: Wednesday, January 23, 2013 11:23 AM To: Yuan, Rebecca Cc: R help Subject: Re: [R] to check if...

How could I specify "no interception term" in arima?
Yuan, Rebecca · Mar 21, 2013 · r-help

Hello Rui, Thanks! I get it now. Should have read the documentation carefully! Cheers, Rebecca -----Original Message----- From: Rui Barradas [mailto:ruipbarradas at sapo.pt] Sent: Thursday, March 21, 2013 2:46 PM To: Yuan, Rebecca Cc: R help Subject...

How to get a substring from a string
Yuan, Rebecca · Jan 15, 2014 · r-help

Hello A.K., This gives more flexibility to substract the string, thanks very much! Cheers, Rebecca -----Original Message----- From: arun [mailto:smartpink111 at yahoo.com] Sent: Wednesday, January 15, 2014 10:43 AM To: R help Cc: Yuan, Rebecca Subject...

How to cut the time format short
Yuan, Rebecca · Jan 16, 2013 · r-help

Hello Ellison, Thanks very much! I use the substr() and it works! Have a great day! Cheers, Rebecca -----Original Message----- From: S Ellison [mailto:S.Ellison at LGCGroup.com] Sent: Wednesday, January 16, 2013 1:35 PM To: Yuan, Rebecca...

easy way of paste
Yuan, Rebecca · Mar 21, 2013 · r-help

Hello Sarah, Yes, that is what I want. Thanks! Cheers, Rebecca -----Original Message----- From: Sarah Goslee [mailto:sarah.goslee at gmail.com] Sent: Thursday, March 21, 2013 11:21 AM To: Yuan, Rebecca Cc: R help Subject: Re: [R] easy...

How to look at the source code for predict()
Yuan, Rebecca · Mar 21, 2013 · r-help

Hello Rui, This also works! Thanks so much! Cheers, Rebecca -----Original Message----- From: Rui Barradas [mailto:ruipbarradas at sapo.pt] Sent: Wednesday, March 20, 2013 3:34 PM To: Yuan, Rebecca Cc: 'R help' Subject: Re: [R] How to look...

easy way of paste
Yuan, Rebecca · Mar 21, 2013 · r-help

Hello A.K., Thanks! I use collapse instead of sep and get the answer. Cheers, Rebecca -----Original Message----- From: arun [mailto:smartpink111 at yahoo.com] Sent: Thursday, March 21, 2013 11:21 AM To: Yuan, Rebecca Cc: R help Subject...

How to look at the source code for predict()
Yuan, Rebecca · Mar 20, 2013 · r-help

Hello Duncan, Thanks for this link! A very good article that has useful information! Best, Rebecca -----Original Message----- From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com] Sent: Wednesday, March 20, 2013 2:53 PM To: Yuan, Rebecca Cc: 'R...

Range difference of plot two arrays in one plot
Yuan, Rebecca · Feb 1, 2013 · r-help

Hello David, When I used the same ylim for both plots, I got what I need: x = c(0,0,0,10,20,30) y = c(40,50,60,70,80,90) plot(x, type='o', ylim=c(min(x...

How to get the t-stat for arima()?
Yuan, Rebecca · Mar 20, 2013 · r-help

Hello Rui, Thanks very much! This works! Cheers, Rebecca -----Original Message----- From: Rui Barradas [mailto:ruipbarradas at sapo.pt] Sent: Tuesday, March 19, 2013 6:26 PM To: Yuan, Rebecca Cc: R help Subject: Re: [R] How to get the...

Can't find what you're looking for? Try searching with Google .