summary_snc {alien} | R Documentation |
Summarize a Solow and Costello Model Fit
summary_snc(object)
object |
an object of class "snc", usually a result of a call to |
A data.frame containing the model estimates, standard error, and the probability of the true value being 0 under the given estimates and errors.
data(sfestuary)
example_model <- snc(sfestuary)
summary(example_model)