Learn R Programming

DyadRatios (version 1.3)

summary.extract: Summary Method for extract Objects

Description

Prints a summary from objects estimated with the the extract function.

Value

A data frame with variables for the question name, number of cases, loading as well as mean and standard deviation of the series.

Arguments

object

An object of class "extract", typically a result of the extract function.

...

Other arguments to be passed down (currently unused).

Examples

Run this code
data(jennings)
dr_out <- extract(varname = jennings$variable, 
                  date = jennings$date, 
                  index = jennings$value, 
                  ncases = jennings$n, 
                  begindt = min(jennings$date), 
                  enddt = max(jennings$date), 
                  npass=1)
summary(dr_out)

Run the code above in your browser using DataLab