Publications by mishou:

Learning about likert scale data

22.09.2021

I. Likert scale data We learn how to calculate likert data and create plots. Refer to https://rcompanion.org/handbook/E_03.html II. Import libraries and load sample data # import libraries library(dplyr) library(tidyverse) library(likert) # load the data qnn0 = read.csv('https://pastebin.com/raw/s4QVES8e') head(qnn0) ## res1 res2 res3 res...

287 sym R (3204 sym/10 pcs) 2 img