The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

educationR

The educationR package provides a comprehensive collection of datasets related to education, covering topics such as student performance, learning methods, test scores, absenteeism, and other educational metrics. This package is designed as a resource for educational researchers, data analysts, and statisticians to explore and analyze data in the field of education.

The datasets included in educationR span various aspects of education, offering a range of formats, from tabular to tibbles. Each dataset is named with a suffix indicating its structure or type, making it easier to understand and work with the data.

Installation

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


install.packages("educationR")

Usage

After installation, you can load the package and begin exploring the datasets. The consistent naming convention helps you easily identify the structure of each dataset:

Example Code:


# Load the package
library(educationR)

# Load a dataset
data("Achieve_tbl_df")

# View the dataset
head(Achieve_tbl_df)

# Load another dataset
data("UCBAdmissions_table")

# View the tabular dataset
summary(UCBAdmissions_table)

Example Datasets

Here are some example datasets included in the educationR package:

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.