summary_snc: Summarize a Solow and Costello Model Fit

View source: R/snc.R

summary_sncR Documentation

Summarize a Solow and Costello Model Fit

Description

Summarize a Solow and Costello Model Fit

Usage

summary_snc(object)

Arguments

object

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

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.

Examples


data(sfestuary)
example_model <- snc(sfestuary)
summary(example_model)


alien documentation built on June 22, 2024, 10:27 a.m.