Learn R Programming

dslabs (version 0.7.1)

research_funding_rates: Gender bias in research funding in the Netherlands

Description

Table S1 from paper title "Gender contributes to personal research funding success in The Netherlands"

Usage

data(research_funding_rates)

Arguments

Format

An object of class "data.frame".

Details

  • discipline. Research area discipline.

  • applications_total. Total applications.

  • applications_men. Total applications by men.

  • applications_women. Total applications by women.

  • awards_total. Total awards.

  • awards_men. Total awards received by men.

  • awards_women. Total awards received by women.

  • success_rates_total. Overall success rate.

  • success_rates_men. Success rate for men.

  • success_rates_women. Success rate for women.

Examples

Run this code
# NOT RUN {
data(research_funding_rates)
research_funding_rates
# The raw data for this table is available from
data(raw_data_research_funding_rates)

# }

Run the code above in your browser using DataLab