pass.thru.functions | R Documentation |
A number of functions we used in our R Companion to Political Analysis, 2nd Edition are not used in R Companion to Political Analysis, 3rd Edition. For backwards compatibility, we have some functions that simply pass through arguments to a function in another package (allowing user to call them without loading additional packages).
The scatterplot
function is imported from the car package.
See scatterplot
documentation for details.
The svyby
function is imported from the survey package.
See svyby
documentation for details.
The svydesign
function is imported from the survey package.
See svydesign
documentation for details.
The svyplot
function is imported from the survey package.
See svyplot
documentation for details.
scatterplot(...)
svyby(...)
svydesign(...)
svyplot(...)
... |
See source package help files for details on function usage. |
A svyby class object, see svyby
documentation for details.
A survey.design class object, see svydesign
documentation for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.