A course in quantitative research workflow for students in the higher education administration program at the University of Florida
Using kmeans.RDS
, please answer the following questions. Use
comments to respond as necessary.
cbind()
or bind_cols()
) and then plot,
assigning a unique color to each group. How did we do the first
iteration?my_kmeans()
function and give a short answer on
how the function will run with the following arguments:
my_kmeans(data, 3)
my_kmeans(data, 3, standardize = TRUE)
my_kmeans(data, 3, nstarts = 10)
my_kmeans()
function with those options and make a plotly plot. How does it look
— better fit? worse fit?<lastname>_assignment_programming_ii.R
) in your scripts
directory.