Skip to content

ICR rate calcuations #32

@jayhesselberth

Description

@jayhesselberth

Following up on https://bsky.app/profile/jeremymberg.bsky.social/post/3li2ueoq74s2f

library(nihexporter)
library(tidyverse)

ggplot(
  filter(projects_min, org_name == "JOHNS HOPKINS UNIVERSITY"),
  aes(x = direct_cost_amt, y = indirect_cost_amt)
) +
  geom_point()
#> Warning: Removed 1810 rows containing missing values or values outside the scale range
#> (`geom_point()`).

Created on 2025-02-13 with reprex v2.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions