Hello,

You may problably need to create the lagged vars yourself and use them as input for the NN.

Best regards,

Carlos J. Gil Bellosta
http://www.datanalytics.com
http://datanalytics.wordpress.com


CJ Rubio wrote:
For example I have a time series

Q(t) ~ Q(t-1) + Q(t-2) + Q(t-3)

meaning that my current value is dependent to the 3 previous values.

Can anybody help me express this in a formula that I can use for my neural
network model (I am planning to use packages "nnet" and "MASS")

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

Reply via email to