1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
|
useDynLib(spatialreg)
import(spData)
importFrom("stats", "lm.fit", "as.formula", "coef", "lm", "model.extract",
"model.matrix", "na.fail", "napredict", "pnorm",
"printCoefmat", "quantile", "residuals", "terms",
"coefficients", "deviance", "nlminb", "optim",
"pchisq", "summary.lm", "var", "logLik", "optimHess",
"gaussian", "glm.fit", "model.offset", "model.weights",
"rnorm", "sd", "predict", "AIC", "nlm", "optimize",
"dbeta", "rchisq", "runif", "spline", "fitted", "formula",
"model.response", "anova", "delete.response", "fitted.values",
"model.frame")
importFrom("spdep", "is.symmetric.glist", "lag.listw", "card",
"nb2listw", "n.comp.nb", "listw2U", "listw2mat", "Szero", "listw2sn",
"mat2listw", "is.symmetric.nb", "chkIDs", "get.spChkOption",
"subset.listw")
import(Matrix, except=c("expm"))
import(sf)
importFrom(expm, expAtv, expm)
importFrom(coda, as.mcmc, HPDinterval)
importFrom(MASS, mvrnorm)
importFrom(boot, boot)
importFrom("methods", "new", "is", "slot", "as")
importFrom("graphics", "plot")
importFrom(splines, interpSpline)
importFrom(LearnBayes, rwmetrop)
importFrom(nlme, fdHess)
##################
# ML SE
export(errorsarlm, lagsarlm, sacsarlm)
export(trW, impacts, intImpacts)
export(bptest.Sarlm, LR.Sarlm, LR1.Sarlm, Wald1.Sarlm, Hausman.test)
S3method(print, Sarlm)
S3method(summary, Sarlm)
S3method(residuals, Sarlm)
S3method(deviance, Sarlm)
S3method(coef, Sarlm)
S3method(vcov, Sarlm)
S3method(fitted, Sarlm)
S3method(logLik, Sarlm)
S3method(anova, Sarlm)
S3method(predict, Sarlm)
S3method(impacts, Sarlm)
S3method(Hausman.test, Sarlm)
S3method(MCMCsamp, Sarlm)
S3method(print, summary.Sarlm)
S3method(coef, summary.Sarlm)
S3method(print, Sarlm.pred)
S3method(as.data.frame, Sarlm.pred)
# ML SAR/CAR/SMA
export(spautolm, LR1.Spautolm)
S3method(MCMCsamp, Spautolm)
S3method(residuals, Spautolm)
S3method(deviance, Spautolm)
S3method(coef, Spautolm)
S3method(fitted, Spautolm)
S3method(print, Spautolm)
S3method(summary, Spautolm)
S3method(logLik, Spautolm)
S3method(print, summary.Spautolm)
S3method(coef, summary.Spautolm)
# GMM SE
export(stsls)
S3method(residuals, Stsls)
S3method(deviance, Stsls)
S3method(coef, Stsls)
S3method(print, Stsls)
S3method(summary, Stsls)
S3method(impacts, Stsls)
S3method(print, summary.Stsls)
S3method(coef, summary.Stsls)
export(GMerrorsar, gstsls, GMargminImage)
S3method(residuals, Gmsar)
S3method(deviance, Gmsar)
S3method(coef, Gmsar)
S3method(fitted, Gmsar)
S3method(print, Gmsar)
S3method(summary, Gmsar)
S3method(Hausman.test, Gmsar)
S3method(impacts, Gmsar)
S3method(coef, summary.Gmsar)
S3method(print, summary.Gmsar)
# ML MESS
export(lagmess, LR1.Lagmess)
S3method(print, Lagmess)
S3method(summary, Lagmess)
S3method(print, summary.Lagmess)
S3method(residuals, Lagmess)
S3method(deviance, Lagmess)
S3method(coef, Lagmess)
S3method(coef, summary.Lagmess)
S3method(fitted, Lagmess)
S3method(logLik, Lagmess)
S3method(impacts, Lagmess)
# MCMC SET
export(spBreg_lag, spBreg_err, spBreg_sac)
S3method(impacts, MCMC_sar_G)
S3method(impacts, MCMC_sem_G)
S3method(impacts, MCMC_sac_G)
# SLX
export(lmSLX, create_WX)
S3method(impacts, SlX)
S3method(predict, SlX)
# SF/ME
export(SpatialFiltering, ME)
S3method(fitted, SfResult)
S3method(print, SfResult)
S3method(fitted, Me_res)
S3method(print, Me_res)
# Impacts
S3method(print, LagImpact)
S3method(plot, LagImpact)
S3method(summary, LagImpact)
S3method(HPDinterval, LagImpact)
S3method(print, summary.LagImpact)
S3method(print, WXimpact)
S3method(summary, WXimpact)
S3method(print, summary.WXimpact)
exportMethods(coerce)
export(as_dgRMatrix_listw, as_dsTMatrix_listw, as_dsCMatrix_I,
as_dsCMatrix_IrW, Jacobian_W, listw2U_Matrix)
export(powerWeights, invIrW, invIrM)
export(as.spam.listw, listw2U_spam)
export(lextrB, lextrW, lextrS, l_max)
export(griffith_sone, subgraph_eigenw)
export(mom_calc, mom_calc_int2)
export(MCMCsamp)
export(eigenw, jacobianSetup, can.be.simmed, similar.listw)
export(do_ldet, eigen_setup, mcdet_setup, cheb_setup, spam_setup,
Matrix_setup, LU_setup, Matrix_J_setup, spam_update_setup,
moments_setup, SE_classic_setup, SE_whichMin_setup, SE_interp_setup,
LU_prepermutate_setup, eigen_pre_setup)
export(set.mcOption, get.mcOption, set.coresOption, get.coresOption,
set.ClusterOption, get.ClusterOption)
export(set.VerboseOption, get.VerboseOption, set.ZeroPolicyOption,
get.ZeroPolicyOption)
export(aple.plot, localAple, aple, aple.mc)
|