https://github.com/cran/sphet
Raw File
Tip revision: f94a421f7b7cec008a6bb91985c34b5c0c2f1595 authored by Gianfranco Piras on 16 March 2018, 19:50:56 UTC
version 1.7
Tip revision: f94a421
NAMESPACE
importFrom(methods, as, new)
importFrom(stats, model.matrix, model.response, aggregate,  coef, coefficients, fitted, lm, model.extract, na.fail, nlminb, pchisq, pnorm, printCoefmat, quantile, residuals, terms)
importFrom(utils, read.table, write.table)
import(nlme)
import(spdep)
import(Matrix)
importFrom(sp, spDists)

export(distance,gstslshet,read.gwt2dist,stslshac,summary.sphet, print.sphet, listw2dgCMatrix,impacts.gstsls,spreg, circular)



S3method(print, sphet)
S3method(summary, sphet)
S3method(print, summary.sphet)
S3method(impacts, gstsls)

back to top