Learn R Programming

sdcMicro (version 5.6.1)

print.suda2: Print method for objects from class suda2

Description

Print method for objects from class suda2.

Usage

# S3 method for suda2
print(x, ...)

Value

Table of dis suda scores.

Arguments

x

an object of class suda2

...

additional arguments passed through.

Author

Matthias Templ

See Also

suda2

Examples

Run this code
if (FALSE) {
data(testdata)
data_suda2 <- suda2(testdata,variables=c("urbrur","roof","walls","water","sex"))
data_suda2
}

Run the code above in your browser using DataLab