לדלג לתוכן

קובץ:Rating averages for users who rated all four categories during AFTv4.svg

תוכן הדף אינו נתמך בשפות אחרות.
מתוך ויקיפדיה, האנציקלופדיה החופשית

לקובץ המקורי(קובץ SVG, הגודל המקורי: 960 × 564 פיקסלים, גודל הקובץ: 47 ק"ב)

ויקישיתוף זהו קובץ שמקורו במיזם ויקישיתוף. תיאורו בדף תיאור הקובץ המקורי (בעברית) מוצג למטה.

תקציר

תיאור
English: Quick plot showing the averages for users who rated all four categories during the AFTv4 public data period. A user could rate anywhere from 1-4 categories and those who rated four tended to apply the same rating to all four categories (usually all 1s or 5s).

Code to reproduce this plot is available on Github. A copy is reproduced below for convenience only:

library(ggplot2)

# sort of a waste to download all of them from within R. 
# much easier to download and then run something like:
#      sed "1q" 20110523.csv > names.txt
#  This batch has some undocumented fields which aren't worth figuring out atm
#      rm 20110620.csv
#      cat *.csv > temp
#      grep -v "aa_page" temp > out.csv
#      rm temp

header <- scan("/Users/protonk/R/AFT Dump/names.txt", what = "character", sep = ",")

in.classes <- c(rep("numeric", 2), "character", rep("numeric", 2), "character", rep("numeric", 13))

indrat <- read.csv("/Users/protonk/R/AFT Dump/out.csv",
                   header = FALSE, colClasses = in.classes,
                   nrows = 2508605)
names(indrat) <- header

# we only want the ratings
reduced <- indrat[, c("aa_rating_wellsourced", "aa_rating_neutral", "aa_rating_complete", 
                        "aa_rating_readable")]

# We are only interested in rows where the user rated all 4 categories
reduced[reduced == 0] <- NA
rating.avgs <- rowMeans(reduced[complete.cases(reduced), ])

count.table <- table(rating.avgs)

# Builds factors of the rating avgs (ordered by count)
# and another factor for just the integers (this is a ggplot2 thing)
count.out <- actor(rating.avgs, levels = names(count.table), ordered = TRUE)
integers <- factor(count.out, levels = as.character(1:5))
# placed into a data frame for easier plotting
preplot <- data.frame(count.out, integers)

# Plot frequency of averages
qplot(count.out, fill = integers, geom = "bar", data = preplot) + 
  opts(legend.position = "none", title = expression("Averages of ratings where users rated all four categories")) + 
  scale_y_continuous(name = "") +  scale_x_discrete(name = "")
תאריך יצירה
מקור נוצר על־ידי מעלה היצירה
יוצר Protonk

רישיון

אני, בעל זכויות היוצרים על עבודה זו, מפרסם בזאת את העבודה תחת הרישיון הבא:
w:he:Creative Commons
ייחוס שיתוף זהה
הקובץ הזה מתפרסם לפי תנאי רישיון קריאייטיב קומונז ייחוס-שיתוף זהה 3.0 לא מותאם.
הנכם רשאים:
  • לשתף – להעתיק, להפיץ ולהעביר את העבודה
  • לערבב בין עבודות – להתאים את העבודה
תחת התנאים הבאים:
  • ייחוס – יש לתת ייחוס הולם, לתת קישור לרישיון, ולציין אם נעשו שינויים. אפשר לעשות את זה בכל צורה סבירה, אבל לא בשום צורה שמשתמע ממנה שמעניק הרישיון תומך בך או בשימוש שלך.
  • שיתוף זהה – אם תיצרו רמיקס, תשנו, או תבנו על החומר, חובה עליכם להפיץ את התרומות שלך לפי תנאי רישיון זהה או תואם למקור.
 
. R עם‎‎ נוצרה ה תמונה

כיתובים

נא להוסיף משפט שמסביר מה הקובץ מייצג

פריטים שמוצגים בקובץ הזה

מוצג

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית21:00, 3 במאי 2012תמונה ממוזערת לגרסה מ־21:00, 3 במאי 2012‪564 × 960‬ (47 ק"ב)ProtonkMuch better display of the disparity.
11:29, 3 במאי 2012תמונה ממוזערת לגרסה מ־11:29, 3 במאי 2012‪564 × 960‬ (47 ק"ב)Protonkupdated for all ratings.
08:03, 3 במאי 2012תמונה ממוזערת לגרסה מ־08:03, 3 במאי 2012‪564 × 960‬ (46 ק"ב)Protonk

אין בוויקיפדיה דפים המשתמשים בקובץ זה.

שימוש גלובלי בקובץ

אתרי הוויקי השונים הבאים משתמשים בקובץ זה: