Closed johndano closed 10 months ago
I had a question about Question 8 on Lab 2.
It asks to use the table() function to generate a table for tax deliquents per land use type.
This is my code so far:
It creates a 12x12 matrix instead of a 12x2 table.
I saw the data.frame() function which generates the the 12x2 table I'm looking for.
Is there a better way to clean up the 12x12 matrix so the table() function can resemble the 12x2 table?
@JasonSills
I had a question about Question 8 on Lab 2.
It asks to use the table() function to generate a table for tax deliquents per land use type.
This is my code so far:
It creates a 12x12 matrix instead of a 12x2 table.
I saw the data.frame() function which generates the the 12x2 table I'm looking for.
Is there a better way to clean up the 12x12 matrix so the table() function can resemble the 12x2 table?
@JasonSills