0 votes
in R Language by
Standard deviation in  R language

1 Answer

0 votes
by

pread in the data is computed with the standard deviation or sd() in R.

# Spread
data % > %
	group_by(teamID) % > %
	summarise(sd_at_bat_league = sd(HR))

Related questions

0 votes
asked Nov 14, 2019 in R Language by MBarbieri
0 votes
asked Nov 14, 2019 in R Language by MBarbieri
...