print.summary.psar: Print method for objects of class summary.par.eff.psar.

View source: R/print.summary.psar.R

print.summary.psarR Documentation

Print method for objects of class summary.par.eff.psar.

Description

Print method for objects of class summary.par.eff.psar.

Print method for objects of class summary.psar.

Usage

## S3 method for class 'summary.par.eff.psar'
print(x, digits = max(3L,
  getOption("digits") - 3L), ...)

## S3 method for class 'summary.psar'
print(x, digits = max(3L, getOption("digits") -
  3L), ...)

Arguments

x

object of class summary.par.eff.psar.

digits

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

...

further arguments passed to or from other methods.

x

object of class summary.psar.

digits

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

...

further arguments passed to or from other methods.

Author(s)

Roman Minguez roman.minguez@uclm.es

Roman Minguez roman.minguez@uclm.es

See Also

  • eff_par Compute direct, indirect and total effects (or impacts). for continous parametric covariates in PS-SAR regression models.

  • summary.par.eff.psar Summary method for par.eff.psar objects.

  • summary.psar Summary method for psar objects.

Examples

  See examples for \code{\link{effects_par}} function.
  See examples for \code{\link{psar}} function.

rominsal/sptpsar documentation built on June 1, 2022, 2:03 a.m.