Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbivand committed Nov 22, 2023
1 parent 8a1675d commit 0f75c1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/do_ldet.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ can.be.simmed(listw)
\item{type}{moments trace type, see \code{\link{trW}}}
\item{correct}{default TRUE: use Smirnov correction term, see \code{\link{trW}}}
\item{trunc}{default TRUE: truncate Smirnov correction term, see \code{\link{trW}}}
\item{eq7}{default TRUE}{use equation 7 in Smirnov and Anselin (2009), if FALSE no unit root correction}
\item{eq7}{default TRUE; use equation 7 in Smirnov and Anselin (2009), if FALSE no unit root correction}
\item{SE_method}{default \dQuote{LU}, alternatively \dQuote{MC}; underlying lndet method to use for generating SE toolbox emulation grid}
\item{nrho}{default 200, number of lndet values in first stage SE toolbox emulation grid}
\item{interval}{default c(-1,0.999) if interval argument NULL, bounds for SE toolbox emulation grid}
Expand Down
4 changes: 3 additions & 1 deletion man/lagmess.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ system.time(obj2 <- lagmess(log(PRICE) ~ PATIO + log(AGE) + log(SQFT), data=balt
coef(x)
has_expm <- require("expm", quietly=TRUE)
if (has_expm) {
system.time(obj2a <- lagmess(log(PRICE) ~ PATIO + log(AGE) + log(SQFT), data=baltimore, listw=lw, use_expm=TRUE))
system.time(
obj2a <- lagmess(log(PRICE) ~ PATIO + log(AGE) + log(SQFT), data=baltimore, listw=lw, use_expm=TRUE)
)
summary(obj2a)
}
obj3 <- lagsarlm(log(PRICE) ~ PATIO + log(AGE) + log(SQFT), data=baltimore, listw=lw)
Expand Down

0 comments on commit 0f75c1d

Please sign in to comment.