Displaying 2 results from an estimated 2 matches for "marketsharepartn".
2010 Nov 18
1
how do I build panel data/longitudinal data models with AR terms using the plm package or any other package
...ng there is some R package that will let me replicate what I can do in Eviews, and possibly even go beyond what Eviews can do by specifying both AR and MA terms.
Thanks in advance for your time,
Jude Ryan
MarketShare Partners
1270 Avenue of the Americas, Suite # 2702
New York, NY 10020
http://www.marketsharepartners.com
Work: (646)-745-9916 ext: 222
Cell: (973)-943-2029
[[alternative HTML version deleted]]
2010 Nov 26
1
Issues with nnet.default for regression/classification
Hi,
I'm currently trying desperately to get the nnet function for training a
neural network (with one hidden layer) to perform a regression task.
So I run it like the following:
trainednet <- nnet(x=traindata, y=trainresponse, size = 30, linout = TRUE, maxit=1000)
(where x is a matrix and y a numerical vector consisting of the target
values for one variable)
To see whether the network