summary_snc {alien} | R 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 |
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)
[Package alien version 1.0.2 Index]