[R] R-neuralnet code

arun smartpink111 at yahoo.com
Mon Jul 30 22:07:54 CEST 2012


Hello,

You can check this link (http://econometricsense.blogspot.com/2010/12/r-code-example-for-neural-networks.html).  


A.K.





________________________________
From: Rahul Bhalla <rahulbhalla_3521 at yahoo.com>
To: arun <smartpink111 at yahoo.com> 
Sent: Monday, July 30, 2012 3:51 PM
Subject: R-neuralnet code


Can you please give me a simple R-neuralnet code and its interpretation.Also the concept of the compute function.


________________________________
From: arun <smartpink111 at yahoo.com>
To: Alaios <alaios at yahoo.com> 
Cc: R help <r-help at r-project.org> 
Sent: Monday, July 30, 2012 5:34 PM
Subject: Re: [R] Convert variable to STring

Hello,

Not sure whether this is what you need.

colnames(mymatrix)<-c("function1","function2","function3")
> toString(colnames(mymatrix))
#[1] "function1, function2, function3"

A.K.



----- Original Message -----
From: Alaios <alaios at yahoo.com>
To: R help <R-help at r-project.org>
Cc: 
Sent: Monday, July 30, 2012 6:47 AM
Subject: [R] Convert variable to STring

Dear all,
I have a variable that I would like also to use it as a string. The reasons is that I want to collect results from different function to one table.. So when I use the
 colnames(mymatrix) <-c(function1.function2,function3)
the function1, function2, function3 to be "converted" to simple strings so as

 colnames(mymatrix)
<-c("function1","function2","function3")

Could you please help me understand how I can do that in R?

Regards

    [[alternative HTML version deleted]]


______________________________________________
R-help at 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.


______________________________________________
R-help at 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.



More information about the R-help mailing list