r-table Questions

5

Solved

I want to make a simple table that showcases the largest 10 values for a given variable in my dataset, as well as 4 other variables for each observation, so basically a small subset of my data. It ...
Soluk asked 11/8, 2015 at 10:45

4

I have a frequency table, counting the frequency of elements in a vector a = table(c(0,1,1,1,0,2,2,4,1,2,3,2,1,2,3,1,1,1,2,3,4,1,1,0)) a # 0 1 2 3 4 # 3 10 6 3 2 I know I can access the name by...
Cosecant asked 27/11, 2014 at 2:4

1

Why does the table function find a variable that was deleted? Dog <- c("Rover", "Spot") Cat <- c("Scratch", "Fluffy") Pets <- data.frame(Dog, Cat) #create a data frame with two var...
Dionysus asked 20/6, 2013 at 15:53
1

© 2022 - 2025 — McMap. All rights reserved.