Learn R Programming

alien (version 1.0.1)

summary_snc: Summarize a Solow and Costello Model Fit

Description

Summarize a Solow and Costello Model Fit

Usage

summary_snc(object)

Value

A data.frame containing the model estimates, standard error, and the probability of the true value being 0 under the given estimates and errors.

Arguments

object

an object of class "snc", usually, a result of a call to snc

Examples

Run this code
# \donttest{
data(sfestuary)
example_model <- snc(sfestuary)
summary(example_model)
# }

Run the code above in your browser using DataLab