Re: [R] Welcome to the "R-help" mailing list (Digest mode)

2015-09-24 Thread amir via R-help
I would greatly appreciate if anybody could help with the stack-overflow 
question : Updating and Forecasting times series with new data
|   |
|   |  |   |   |   |   |   |
| Updating and Forecasting times series with new dataWe can fit a time series 
and use the model to make forecasts, for example using: fit <- 
auto.arima(WWWusage) plot(forecast(fit,h=20)) Consider the following scenari... 
|
|  |
| View on stackoverflow.com | Preview by Yahoo |
|  |
|   |


Thank you for your time,Pemfir 
 


 On Thursday, September 24, 2015 10:31 AM, "r-help-requ...@r-project.org" 
 wrote:
   

 Welcome to the R-help@r-project.org mailing list!

To post to this list, send your message to:

  r-help@r-project.org

General information about the mailing list is at:

  https://stat.ethz.ch/mailman/listinfo/r-help

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  https://stat.ethz.ch/mailman/options/r-help/elexira%40yahoo.com

You can also make such adjustments via email by sending a message to:

  r-help-requ...@r-project.org

with the word `help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including changing
the password, itself) or to unsubscribe without confirmation.  It is:

  zoha1234

Normally, Mailman will remind you of your r-project.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.


  
[[alternative HTML 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
and provide commented, minimal, self-contained, reproducible code.

Re: [R] Welcome to the "R-help" mailing list (Digest mode)

2015-09-24 Thread John Kane
You seem to have sent the message in HTML and most of it did not arrive.  
R-help is a plain text mailing list and strips out any HTML as a security 
precaution.  

Please have a look at
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-ex
ample and/or http://adv-r.had.co.nz/Reproducibility.html with particular 
attention to the use of  dput() for supplying sample data.

Welcome to the list. 

John Kane
Kingston ON Canada


> -Original Message-
> From: r-help@r-project.org
> Sent: Thu, 24 Sep 2015 17:34:21 + (UTC)
> To: r-help@r-project.org
> Subject: Re: [R] Welcome to the "R-help" mailing list (Digest mode)
> 
> I would greatly appreciate if anybody could help with the stack-overflow
> question : Updating and Forecasting times series with new data
> |   |
> |   |  |   |   |   |   |   |
> | Updating and Forecasting times series with new dataWe can fit a time
> series and use the model to make forecasts, for example using: fit <-
> auto.arima(WWWusage) plot(forecast(fit,h=20)) Consider the following
> scenari... |
> |  |
> | View on stackoverflow.com | Preview by Yahoo |
> |  |
> |   |
> 
> 
> Thank you for your time,Pemfir
> 
> 
> 
>  On Thursday, September 24, 2015 10:31 AM,
> "r-help-requ...@r-project.org" <r-help-requ...@r-project.org> wrote:
> 
> 
>  Welcome to the R-help@r-project.org mailing list!
> 
> To post to this list, send your message to:
> 
>   r-help@r-project.org
> 
> General information about the mailing list is at:
> 
>   https://stat.ethz.ch/mailman/listinfo/r-help
> 
> If you ever want to unsubscribe or change your options (eg, switch to
> or from digest mode, change your password, etc.), visit your
> subscription page at:
> 
>   https://stat.ethz.ch/mailman/options/r-help/elexira%40yahoo.com
> 
> You can also make such adjustments via email by sending a message to:
> 
>   r-help-requ...@r-project.org
> 
> with the word `help' in the subject or body (don't include the
> quotes), and you will get back a message with instructions.
> 
> You must know your password to change your options (including changing
> the password, itself) or to unsubscribe without confirmation.  It is:
> 
>   zoha1234
> 
> Normally, Mailman will remind you of your r-project.org mailing list
> passwords once every month, although you can disable this if you
> prefer.  This reminder will also include instructions on how to
> unsubscribe or change your account options.  There is also a button on
> your options page that will email your current password to you.
> 
> 
> 
>   [[alternative HTML 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
> and provide commented, minimal, self-contained, reproducible code.


FREE ONLINE PHOTOSHARING - Share your photos online with your friends and 
family!
Visit http://www.inbox.com/photosharing to find out more!

__
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.

Re: [R] Welcome to the "R-help" mailing list (Digest mode)

2015-09-24 Thread Boris Steipe
You're posting in HTML and your link didn't make it  :-(



B.


On Sep 24, 2015, at 1:34 PM, amir via R-help  wrote:

> I would greatly appreciate if anybody could help with the stack-overflow 
> question : Updating and Forecasting times series with new data
> |   |
> |   |  |   |   |   |   |   |
> | Updating and Forecasting times series with new dataWe can fit a time series 
> and use the model to make forecasts, for example using: fit <- 
> auto.arima(WWWusage) plot(forecast(fit,h=20)) Consider the following 
> scenari... |
> |  |
> | View on stackoverflow.com | Preview by Yahoo |
> |  |
> |   |
> 
> 
> Thank you for your time,Pemfir 
> 
> 
> 
> On Thursday, September 24, 2015 10:31 AM, "r-help-requ...@r-project.org" 
>  wrote:
> 
> 
> Welcome to the R-help@r-project.org mailing list!
> 
> To post to this list, send your message to:
> 
>   r-help@r-project.org
> 
> General information about the mailing list is at:
> 
>   https://stat.ethz.ch/mailman/listinfo/r-help
> 
> If you ever want to unsubscribe or change your options (eg, switch to
> or from digest mode, change your password, etc.), visit your
> subscription page at:
> 
>   https://stat.ethz.ch/mailman/options/r-help/elexira%40yahoo.com
> 
> You can also make such adjustments via email by sending a message to:
> 
>   r-help-requ...@r-project.org
> 
> with the word `help' in the subject or body (don't include the
> quotes), and you will get back a message with instructions.
> 
> You must know your password to change your options (including changing
> the password, itself) or to unsubscribe without confirmation.  It is:
> 
>   zoha1234
> 
> Normally, Mailman will remind you of your r-project.org mailing list
> passwords once every month, although you can disable this if you
> prefer.  This reminder will also include instructions on how to
> unsubscribe or change your account options.  There is also a button on
> your options page that will email your current password to you.
> 
> 
> 
>   [[alternative HTML 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
> and provide commented, minimal, self-contained, reproducible 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.


Re: [R] Welcome to the R-help mailing list (Digest mode)

2010-05-04 Thread ravikumar sukumar
Dear All,

How to calculate multiple correlation coefficient R, using R.


regards,
Sukumar

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
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] Welcome to the R-help mailing list (Digest mode)

2008-11-27 Thread Weijia You
Hi friends,

Is there anyone who happened to import data set in the DL format into R
for further analysis?

In the package of network, there's only a method named read.paj().
So now, I have to get the dl file from the original data set, and use UCINET
to convert it to .net file. It's too complicated.
:(

In the package of igraph, edgelist is one the format which can be
imported, however, weight can not be expressed. As for the format ncol,
weight is considered, but it's always undirected.

Thank you for comments and suggestions!

Best!

Weijia

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
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] Welcome to the R-help mailing list (Digest mode)

2008-11-27 Thread Gábor Csárdi
With igraph, do

read.graph(filename, format=ncol, directed=TRUE)

I just noticed that the 'directed' option is not documented, sorry about that,
Gabor

ps. please give a proper subject to your emails...

On Thu, Nov 27, 2008 at 9:54 AM, Weijia You [EMAIL PROTECTED] wrote:
 Hi friends,

 Is there anyone who happened to import data set in the DL format into R
 for further analysis?

 In the package of network, there's only a method named read.paj().
 So now, I have to get the dl file from the original data set, and use UCINET
 to convert it to .net file. It's too complicated.
 :(

 In the package of igraph, edgelist is one the format which can be
 imported, however, weight can not be expressed. As for the format ncol,
 weight is considered, but it's always undirected.

 Thank you for comments and suggestions!

 Best!

 Weijia

[[alternative HTML version deleted]]

 __
 R-help@r-project.org mailing list
 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.




-- 
Gabor Csardi [EMAIL PROTECTED] UNIL DGM

__
R-help@r-project.org mailing list
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.