Kom igångKom igång gratis

Thyroid data

In this chapter, you'll explore a new data set called thyroid. These data contain examples of thyroid hormone measurements for 1000 patients, and a column called label indicating the presence of thyroid disease. It is expected that unusual hormone measurements can be used to detect disease.

The overall goal is to determine whether an anomaly score based on hormone measurements could be used to detect thyroid disease. In this exercise, you'll use plotting techniques to visually assess the distribution of thyroid disease.

Den här övningen är en del av kursen

Introduction to Anomaly Detection in R

Visa kurs

Interaktiv övning med praktiskt arbete

Testa den här övningen genom att slutföra den här exempelkoden.

# View contents of thryoid data
head(thyroid)

# Tabulate the labels
table(___)
Redigera och kör kod