little more histing
This commit is contained in:
parent
59fd70c34d
commit
ea84034db0
4
R/EDA.R
4
R/EDA.R
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
library(dplyr)
|
library(dplyr)
|
||||||
df<-read.csv('~/Research/kkex_repo/power_data_110923.csv')
|
df<-read.csv('~/Research/kkex_repo/power_data_111023_mmt.csv')
|
||||||
df1 <- read.csv('/data_ext/users/kcz1100/kaylea_dissertation/collabnetXS/raw_data/inst_all_packages_full_results.csv')
|
df1 <- read.csv('~/Research/kkex_repo/inst_all_packages_full_results.csv')
|
||||||
|
|
||||||
hist(df$age/365) #there's a big bump at 9 years, why?
|
hist(df$age/365) #there's a big bump at 9 years, why?
|
||||||
hist(df$contributors) #skewed
|
hist(df$contributors) #skewed
|
||||||
|
Loading…
Reference in New Issue
Block a user