R/LaptopRates.R

#' LaptopRates
#' 
#' @description 
#' A data frame that contains sample ratings of 18 laptops, by three experts.
#' 
#' @usage LaptopRates
#' 
#' @docType data
#' 
#' @format A data frame with 54 observations of 3 columns:
#' \describe{
#'   \item{\code{laptop}}{laptop id, 1-18}
#'   \item{\code{expert}}{a character of expert1,expert2,expert3 values}
#'   \item{\code{rating}}{ratings-5 likert scale, 5 indicates a very good rate}
#'   }
#' @name LaptopRates
#' 
NULL

Try the gginference package in your browser

Any scripts or data that you put into this service are public.

gginference documentation built on Nov. 10, 2020, 5:10 p.m.