student.expenses | R Documentation |
Some data for possible student expenses
data(student.expenses)
A data frame of 5 variables for 10 students. All answers are coded "Y
"
for yes, "N
" for no.
Does student have cell phone.
Does student have cable TV.
Does student pay for dial-up internet access.
Does student pay for high-speed or cable modem access to internet.
Does student own a car.
Sample dataset of students expenses.
data(student.expenses) attach(student.expenses) table(dial.up,cable.modem)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.