Learn R Programming

PASWR (version 1.3)

Depend: Number of Dependent Children for 50 Families

Description

Number of dependent children for 50 families.

Arguments

Format

A data frame with 50 observations on the following 4 variables.

C1

a numeric vector

number

a numeric vector

Count

a numeric vector

Percent

a numeric vector

Examples

Run this code
# NOT RUN {
with(data = Depend, table(C1))

# }

Run the code above in your browser using DataLab