Learn R Programming

sdcMicro (version 5.0.2)

print.suda2: Print method for objects from class suda2

Description

Print method for objects from class suda2.

Usage

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

Arguments

x

an object of class suda2

additional arguments passed through.

Value

Table of dis suda scores.

See Also

suda2

Examples

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

Run the code above in your browser using DataLab