1
2
3
4
5
#

Name:

Description:

Results from the online game Words with Friends (solo play)

Variables:

A data frame with 444 observations on the following 12 variables.

Points

Number of points scored by the author

OppPoints

Number of points scored by opponent ("solo")

WinMargin

Points minus OppPoints, so margin of victory (or loss)

Start

Did the author go first or pass? (first or pass)

Ss

Number of S tiles (0 to 5)

BlanksNumber

Number of Blank tiles (0 to 2)

J

Did the author get the J tile? (1=yes, 0=no)

Q

Did the author get the Q tile? (1=yes, 0=no)

X

Did the author get the X tile? (1=yes, 0=no)

Z

Did the author get the Z tile? (1=yes, 0=no)

Blanks

Number of Blank tiles (0blanks, 1blank, or 2blanks)

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Author's iPhone

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Words_with_Friends_Scores_551_87.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.