Thanks to visit codestin.com
Credit goes to github.com

Skip to content

❗ This is a read-only mirror of the CRAN R package repository. PulmoDataSets — A Curated Collection of Pulmonary and Respiratory Disease Datasets. Homepage: https://github.com/lightbluetitan/pulmodatasetshttps://lightbluetitan.github.io/pulmodatasets/ Report bugs for this package: https://github.com/lig ...

Notifications You must be signed in to change notification settings

cran/PulmoDataSets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PulmoDataSets

The PulmoDataSets package offers a thematically rich and diverse collection of datasets focused on the lungs, respiratory system, and associated diseases. It includes data related to chronic respiratory conditions such as asthma, chronic bronchitis, and COPD, as well as infectious diseases like tuberculosis, pneumonia, influenza, and whooping cough.

Installation

You can install the PulmoDataSets package from CRAN with the following R function:

install.packages("PulmoDataSets")

Load the Package

library(PulmoDataSets)

Dataset Suffixes

Each dataset in the PulmoDataSets package uses a suffix to denote the type of R object:

  • _df: data frame

  • _dt: data table

  • _tbl_df: tibble

  • _ts: time series

Example Datasets

Below are selected example datasets included in the PulmoDataSets package:

  • bronchitis_Cardiff_df: Chronic Bronchitis in Cardiff Men.

  • smoking_UK_tbl_df: UK Smoking Habits.

  • nicotine_gum_df: Nicotine Gum and Smoking Cessation.

Example Code:

# Load the package

library(PulmoDataSets)

# List all datasets in the package

view_datasets_PulmoDataSets()

# Load dataset

data(nicotine_gum_df)

# Preview the dataset

head(nicotine_gum_df)

# Open in Viewer

View(nicotine_gum_df)

About

❗ This is a read-only mirror of the CRAN R package repository. PulmoDataSets — A Curated Collection of Pulmonary and Respiratory Disease Datasets. Homepage: https://github.com/lightbluetitan/pulmodatasetshttps://lightbluetitan.github.io/pulmodatasets/ Report bugs for this package: https://github.com/lig ...

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages