Problem8.8 <- data.frame(
"Block" = c(
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2
),
"AnnualFee" = c(
'Current',
'Lower',
'Lower',
'Current',
'Lower',
'Current',
'Current',
'Lower',
'Current',
'Lower',
'Lower',
'Current'
),
"Account-openingFee" = c(
'No',
'Yes',
'No',
'Yes',
'No',
'Yes',
'No',
'Yes',
'Yes',
'Yes',
'Yes',
'Yes'
),
"InitialInterest" = c(
'Current',
'Current',
'Lower',
'Lower',
'Current',
'Current',
'Lower',
'Lower',
'Current',
'Lower',
'Current',
'Lower'
),
"Long-termInterestRate" = c(
'Low',
'Low',
'Low',
'Low',
'High',
'High',
'High',
'High',
'Low',
'Low',
'High',
'High'
),
"ResponseRate" = c(
2.45,
2.29,
3.39,
2.32,
2.24,
1.69,
2.29,
2.03,
2.16,
2.44,
1.87,
2.04
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.