Description Usage Arguments Value Examples
View source: R/chapter5_functions.R
Summary results of a specified variable in a given dataset. Produces result summaries of the various model fitting functions.
1 | stata_sum_var(x, dataset)
|
x |
|
dataset |
|
a vector of statistical summaries
1 2 3 4 5 6 7 | stata_sum_var(caschool$teachers, caschool)
stata_sum_var(mtcars$cyl, mtcars)
## Not run:
stata_sum_var(teachers, caschool)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.