[Splm-commits] r116 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 25 21:37:41 CEST 2011


Author: the_sculler
Date: 2011-05-25 21:37:26 +0200 (Wed, 25 May 2011)
New Revision: 116

Removed:
   pkg/man/print.effects.splm.Rd
   pkg/man/sphettest.Rd
Log:
Removed redundant files sphettest.Rd and print.effects.splm.Rd



Deleted: pkg/man/print.effects.splm.Rd
===================================================================
--- pkg/man/print.effects.splm.Rd	2011-05-25 19:32:13 UTC (rev 115)
+++ pkg/man/print.effects.splm.Rd	2011-05-25 19:37:26 UTC (rev 116)
@@ -1,53 +0,0 @@
-\name{print.effects.splm}
-\alias{print.effects.splm}
-\title{method for printing fixed effects from objects of class effects.splm}
-
-\description{
-Methods used for printing fixed effects from objects of class \code{effects.splm} generated using 
-\link{effects.splm}
-}
-
-\usage{
-\method{print}{effects.splm}(x,digits= max(3, getOption("digits") - 2), ...)
-}
-
-\arguments{
-\item{x}{an object of class \code{effects.splm}}
-\item{digits}{specifies the minimum number of significant digits to be printed in values. See \code{\link{print.default}} for details}
-\item{...}{additional arguments to be passed}
-}
-
-
-\references{
-  Elhorst, J.P. (2003) 
-Specification and estimation of spatial panel data models,
-    \emph{International Regional Science Review}, \bold{26}, pages 244--268.
-
-  Elhorst, J.P. (2009) 
-Spatial panel data models,
-    \emph{In} Fischer, M.M. and Getis, A. (eds),
-    \emph{Handbook of Applied Spatial Analysis} Springer, Berlin.
-
-}
-
-\author{ Gianfranco Piras \email{gpiras at mac.com}}
-
-\seealso{
-\code{\link{spfeml}} \code{print.effects.splm} \code{summary.effects.splm}
-}
-\examples{
-data(Produc, package = "Ecdat")
-data(usaww)
-Produc <- Produc[Produc$year<1975, ]
-fm <- log(gsp) ~ log(pcap) + log(pc) + log(emp) + unemp
-lag <- spfeml(fm, data = Produc, listw = mat2listw(usaww), effects = "sptpfe", method = "eigen", quiet = TRUE) 
-summary(lag)
-eff <- effects(lag) 
-print(eff)
-err <- spfeml(fm, data = Produc, listw = mat2listw(usaww), model = "error", effects = "tpfe", method = "eigen", quiet = TRUE)
-summary(err)
-eff <- effects(err) 
-print(eff)
-}
-
-\keyword{spatial}
\ No newline at end of file

Deleted: pkg/man/sphettest.Rd
===================================================================
--- pkg/man/sphettest.Rd	2011-05-25 19:32:13 UTC (rev 115)
+++ pkg/man/sphettest.Rd	2011-05-25 19:37:26 UTC (rev 116)
@@ -1,48 +0,0 @@
-\name{sphtest}
-\alias{sphtest}
-\alias{sphtest.formula}
-\alias{sphtest.splm}
-
-\title{Hausman test for spatial panel data models}
-\description{
-Hausman specification test for spatial panel data models
-}
-\usage{
-sphtest(x, ...)
-\method{sphtest}{formula}(x, data, index = NULL, listw, model = c("lag", "error", "sarar"), method = c("ML", "GM"), errors = c("KKP", "BSK"),...)
-\method{sphtest}{splm}(x, x2, ...)
-}
-
-\arguments{
-\item{x}{an object of class  \code{formula} or \code{splm} }
-\item{x2}{an object of class  \code{splm} }
-  \item{data}{an object of class \code{\link{data.frame}} or \code{pdata.frame}. An optional data frame containing the variables
-  in the model. When the obect is a \code{\link{data.frame}}, the first two columns may contain the indexes. See \code{index}}
-\item{index}{if not NULL (default), a character vector to identify the indexes among the columns of the \code{\link{data.frame}}}
-\item{listw}{an object of class \code{listw} created for example by \code{nb2listw} }
-\item{model}{one of \code{c("lag","error","sarar")}, the model to be estimated (only lag, only error, both lag and error dependence)}
-\item{method}{one of \code{c("ML","GM"}}
-\item{errors}{one of \code{c("BSK","KPP"}. When \code{method} is \code{"ML"} defines the specification of the innovations}
-\item{...}{additional arguments to be passed}
-}
-
-\value{
-an object of class \code{htest}
-}
-\author{Gianfranco Piras}
-
-\seealso{\code{\link{spgm}}}
-
-\examples{
-data(Produc, package="Ecdat")
-Produc <- Produc[Produc$year<1975, ]
-data(usaww)
-fm <- log(gsp)~log(pcap)+log(pc)+log(emp)+unemp
-test1<-sphtest(fm,data=Produc, listw = mat2listw(usaww), model = "error", method="GM")
-test1
-mod1<- spgm(fm, data=Produc, listw = usaww, moments="fullweights", spatial.error = TRUE, effects = "random")
-mod2<- spgm(fm, data=Produc, listw = usaww, spatial.error = TRUE, effects = "fixed")
-test2<-sphtest(mod1, mod2)
-summary(test2)
-}
-\keyword{htest}
\ No newline at end of file



More information about the Splm-commits mailing list