Learn R Programming

LogisticRCI (version 1.1)

RCI_sample_data: Sample Data for RCI Calculation

Description

This dataset is a simulated sample of 100 patients from a study on cognitive decline.

Usage

data("RCI_sample_data")

Arguments

Format

A data frame with 100 observations on the following 5 variables:

age

The patient's age.

gender

A factor with two levels: "male" or "female".

score

The score obtained after 6 months.

baseline

The score obtained at the start of the study.

education

Number of years of education.

Examples

Run this code
# NOT RUN {
data(RCI_sample_data)
# }

Run the code above in your browser using DataLab