methods_spqtest: Methods for class spqtest

Description Usage Arguments Author(s) References Examples

Description

Cambiar bla-bla por spqtest The plot() function allows the user to plot both beta and spatial coefficients for all equations of the spsur model. The argument viewplot is used to choose between interactive or non-interactive plots. The print() function is used to print short tables including the values of beta and spatial coefficients as well as p-values of significance test for each coefficient. summary.spqtest when a table (gt format) is needed. The rest of methods works in the usual way.

Usage

1
2
## S3 method for class 'spqtest'
plot(object, ci = 0.95, viewplot = TRUE, ...)

Arguments

object

a spqtest object created by qtest.

ci

confidence level for the intervals in 'plot' method. Default ci = 0.95

viewplot

logical value to show interactively the plots. Default = TRUE

...

further arguments passed to or from other methods.

x

similar to object argument for print() and plot functions.

digits

number of digits to show in printed tables. Default: max(3L, getOption("digits") - 3L).

lrtest

logical value to compute likelihood ratio test for nested models in 'anova' method. Default = TRUE

Author(s)

Fernando López fernando.lopez@upct.es
Román Mínguez roman.minguez@uclm.es
Antonio Páez paezha@gmail.com
Manuel Ruiz manuel.ruiz@upct.es

References

Examples

1
rm(list = ls()) # Clean memory

rominsal/spqdata documentation built on Jan. 24, 2021, 11:11 a.m.