Learn R Programming

NaileR (version 1.2.2)

beard: Beard descriptions

Description

These data refer to 8 types of beards. Each beard was evaluated by 62 assessors (except beard 8 which only had 60 evaluations).

Usage

beard

Arguments

Format

A data frame with 494 rows and 2 columns:

  • the types of beards;

  • the words used to describe them.

Examples

Run this code
if (FALSE) {
# Processing time is often longer than ten seconds
# because the function uses a large language model.

data(beard)
beard[1:8,]
}

Run the code above in your browser using DataLab