Displaying 2 results from an estimated 2 matches for "neogi".
Did you mean:
neog
2010 Dec 09
1
Using Lagsarlm
I'm trying to use the spdep package to calculate this:
y = rho W y + e
I don't want to use explanatory variables, just the lag from the dependent
variable.
How would I code this?
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...ster also wrote directly to me as
package maintainer, but did not post on the R-sig-geo list, as would have
seemed natural). The resolution was to read ?formula, and to use either
errorsarlm() or lagsarlm() in spdep with formula=y ~ 1. Apparently an
insurance analyst in a hurry ...
Roger
Saswati Neogi wrote:
>
>
>
> I'm trying to use the spdep package to calculate this:
>
> y = rho W y + e
>
> I don't want to use explanatory variables, just the lag from the dependent
> variable.
>
> How would I code this?
>
> _________________________________...