newthyroid: Thyroid function data

newthyroidR Documentation

Thyroid function data

Description

A multiclass classification dataset on thyroid functional state using five laboratory test measurements.

Usage

newthyroid

Format

A data frame with 215 rows and 6 variables:

t3_resin_uptake

T3-resin uptake percentage.

total_serum_thyroxin

Total serum thyroxin measurement.

total_serum_triiodothyronine

Total serum triiodothyronine measurement.

basal_tsh

Basal thyroid-stimulating hormone measurement.

max_abs_tsh_diff

Maximum absolute TSH difference after thyrotropin- releasing hormone injection.

class

Thyroid class (1 = normal, 2 = hyperthyroid, 3 = hypothyroid).

Source

Thyroid gland data distributed through the UCI Machine Learning Repository.

Examples

str(funcml::newthyroid)
table(funcml::newthyroid$class)

funcml documentation built on Aug. 22, 2026, 5:08 p.m.