Learn R Programming

apollo (version 0.1.0)

apollo_modelOutput: Prints estimation results to console

Description

Prints estimation results to console. Amount of information presented can be adjusted through arguments.

Usage

apollo_modelOutput(model, modelOutput_settings = NA)

Arguments

model

Model object. Estimated model object as returned by function apollo_estimate.

modelOutput_settings

List of options. It can include the following.

  • printClassical: Boolean. TRUE for printing classical standard errors. TRUE by default.

  • printPVal: Boolean. TRUE for printing p-values. FALSE by default.

  • printT1: Boolean. If TRUE, t-test for H0: apollo_beta=1 are printed. FALSE by default.

  • printDiagnostics: Boolean. TRUE for printing summary of choices in database and other diagnostics. TRUE by default.

  • printCovar: Boolean. TRUE for printing parameters covariance matrix. If printClassical=TRUE, both classical and robust matrices are printed. FALSE by default.

  • printCorr: Boolean. TRUE for printing parameters correlation matrix. If printClassical=TRUE, both classical and robust matrices are printed. FALSE by default.

  • printOutliers: Boolean or Scalar. TRUE for printing 20 individuals with worst average fit across observations. FALSE by default. If Scalar is given, this replaces the default of 20.

  • printChange: Boolean. TRUE for printing difference between starting values and estimates. FALSE by default.

Value

A matrix of coefficients, s.d. and t-tests (invisible)

Details

Prints to screen the output of a model previously estimated by apollo_estimate()