pass.thru.functions: Imported Functions Made Available to Package Users

pass.thru.functionsR Documentation

Imported Functions Made Available to Package Users

Description

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.

Usage

scatterplot(...)

svyby(...)

svydesign(...)

svyplot(...)

Arguments

...

See source package help files for details on function usage.

Value

A svyby class object, see svyby documentation for details.

A survey.design class object, see svydesign documentation for details.


RCPA3 documentation built on May 29, 2024, 12:19 p.m.