Skip to content

Commit

Permalink
inst4 marginals
Browse files Browse the repository at this point in the history
ref #3
  • Loading branch information
wibeasley committed Sep 17, 2024
1 parent bb6d3e6 commit 6160b91
Show file tree
Hide file tree
Showing 81 changed files with 295 additions and 212 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 79 additions & 2 deletions analysis/institution-1/institution-1.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ TabularManifest::histogram_discrete( ds, "inst2_authenticate")
TabularManifest::histogram_discrete( ds, "inst2_complete")

# ---- marginals-inst3 ---------------------------------------------------------------


TabularManifest::histogram_discrete( ds, "inst3_users")
TabularManifest::histogram_discrete( ds, "inst3_create")
TabularManifest::histogram_discrete( ds, "inst3_create_charge")
Expand Down Expand Up @@ -124,6 +122,85 @@ TabularManifest::histogram_discrete( ds, "inst3_train_other")
TabularManifest::histogram_discrete( ds, "inst3_train_other_charge")
TabularManifest::histogram_discrete( ds, "inst3_complete")

# ---- marginals-inst4 ---------------------------------------------------------
TabularManifest::histogram_discrete( ds, "inst4_charge_type_effort_hourly" )
TabularManifest::histogram_discrete( ds, "inst4_charge_type_effort_fte" )
TabularManifest::histogram_discrete( ds, "inst4_charge_type_service" )
TabularManifest::histogram_discrete( ds, "inst4_charge_type_subscription" )
TabularManifest::histogram_discrete( ds, "inst4_charge_type_other" )
TabularManifest::histogram_discrete( ds, "inst4_charge_reason_cost_recovery" )
TabularManifest::histogram_discrete( ds, "inst4_charge_reason_demand_management" )
TabularManifest::histogram_discrete( ds, "inst4_charge_reason_additional_support" )
TabularManifest::histogram_discrete( ds, "inst4_charge_reason_advanced_services" )
TabularManifest::histogram_discrete( ds, "inst4_charge_reason_additional_fte" )
TabularManifest::histogram_discrete( ds, "inst4_charge_reason_support_specific" )
TabularManifest::histogram_discrete( ds, "inst4_charge_reason_other" )
TabularManifest::histogram_discrete( ds, "inst4_charge_staff_count" )
TabularManifest::histogram_discrete( ds, "inst4_charge_effort" )
TabularManifest::histogram_discrete( ds, "inst4_charge_success" )
TabularManifest::histogram_discrete( ds, "inst4_manage_satisfied" )
TabularManifest::histogram_discrete( ds, "inst4_regulatory_none" )
TabularManifest::histogram_discrete( ds, "inst4_regulatory_hipaa" )
TabularManifest::histogram_discrete( ds, "inst4_regulatory_cfr_11" )
TabularManifest::histogram_discrete( ds, "inst4_regulatory_gcp" )
TabularManifest::histogram_discrete( ds, "inst4_regulatory_fisma_high" )
TabularManifest::histogram_discrete( ds, "inst4_regulatory_fisma_medium" )
TabularManifest::histogram_discrete( ds, "inst4_regulatory_fisma_low" )
TabularManifest::histogram_discrete( ds, "inst4_regulatory_gdpr" )
TabularManifest::histogram_discrete( ds, "inst4_regulatory_other" )
TabularManifest::histogram_discrete( ds, "inst4_regulatory_charge" )
TabularManifest::histogram_discrete( ds, "inst4_validation" )
TabularManifest::histogram_discrete( ds, "inst4_validation_initial_contractor" )
TabularManifest::histogram_discrete( ds, "inst4_validation_initial_institution_redcap" )
TabularManifest::histogram_discrete( ds, "inst4_validation_initial_institution_outside" )
TabularManifest::histogram_discrete( ds, "inst4_validation_initial_other" )
TabularManifest::histogram_discrete( ds, "inst4_validation_module" )
TabularManifest::histogram_discrete( ds, "inst4_validation_project" )
TabularManifest::histogram_discrete( ds, "inst4_validation_committee" )
TabularManifest::histogram_discrete( ds, "inst4_validation_staff_count" )
TabularManifest::histogram_continuous(ds, "inst4_validation_staff_count" , bin_width = 1, rounded_digits = 1)
TabularManifest::histogram_discrete( ds, "inst4_validation_staff_level" )
TabularManifest::histogram_discrete( ds, "inst4_audit_support_redcap_admins" )
TabularManifest::histogram_discrete( ds, "inst4_audit_support_research_compliance" )
TabularManifest::histogram_discrete( ds, "inst4_audit_support_cto" )
TabularManifest::histogram_discrete( ds, "inst4_audit_support_privacy_office" )
TabularManifest::histogram_discrete( ds, "inst4_audit_support_it" )
TabularManifest::histogram_discrete( ds, "inst4_audit_support_unsure" )
TabularManifest::histogram_discrete( ds, "inst4_audit_support_not_me" )
TabularManifest::histogram_discrete( ds, "inst4_audit_support_other" )
TabularManifest::histogram_discrete( ds, "inst4_audit_status" )
TabularManifest::histogram_continuous(ds, "inst4_request_per_month_count" , bin_width = 50, rounded_digits = 1)
TabularManifest::histogram_discrete( ds, "inst4_ticket" )
TabularManifest::histogram_discrete( ds, "inst4_ticket_type_servicenow" )
TabularManifest::histogram_discrete( ds, "inst4_ticket_type_freshworks" )
TabularManifest::histogram_discrete( ds, "inst4_ticket_type_zendesk" )
TabularManifest::histogram_discrete( ds, "inst4_ticket_type_zoho" )
TabularManifest::histogram_discrete( ds, "inst4_ticket_type_redcap" )
TabularManifest::histogram_discrete( ds, "inst4_ticket_type_jira" )
TabularManifest::histogram_discrete( ds, "inst4_ticket_type_os_ticket" )
TabularManifest::histogram_discrete( ds, "inst4_ticket_type_other" )
TabularManifest::histogram_discrete( ds, "inst4_ticket_like" )
TabularManifest::histogram_discrete( ds, "inst4_version" )
TabularManifest::histogram_discrete( ds, "inst4_version_major" )
TabularManifest::histogram_discrete( ds, "inst4_release_standard" )
TabularManifest::histogram_discrete( ds, "inst4_release_lts" )
TabularManifest::histogram_discrete( ds, "inst4_release_dont_know" )
TabularManifest::histogram_discrete( ds, "inst4_server_host" )
TabularManifest::histogram_discrete( ds, "inst4_server_manage_redcap" )
TabularManifest::histogram_discrete( ds, "inst4_server_manage_it" )
TabularManifest::histogram_discrete( ds, "inst4_server_manage_host" )
TabularManifest::histogram_discrete( ds, "inst4_server_manage_other" )
TabularManifest::histogram_discrete( ds, "inst4_server_manage_dont_know" )
TabularManifest::histogram_discrete( ds, "inst4_host_cloud" )
TabularManifest::histogram_discrete( ds, "inst4_upgrade" )
TabularManifest::histogram_discrete( ds, "inst4_update_barrier_none" )
TabularManifest::histogram_discrete( ds, "inst4_update_barrier_code_mods" )
TabularManifest::histogram_discrete( ds, "inst4_update_barrier_it_dept" )
TabularManifest::histogram_discrete( ds, "inst4_update_barrier_part_11" )
TabularManifest::histogram_discrete( ds, "inst4_update_barrier_general" )
TabularManifest::histogram_discrete( ds, "inst4_update_barrier_other" )
TabularManifest::histogram_discrete( ds, "inst4_complete" )

# ---- scatterplots ------------------------------------------------------------
g1 <-
ds |>
Expand Down
6 changes: 6 additions & 0 deletions analysis/institution-1/institution-1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ Institution 3 (Instrument)
```{r marginals-inst3, echo=echo_chunks, message=message_chunks}
```

Institution 4 (Instrument)
---------------------------------------------------------------------------

```{r marginals-inst4, echo=echo_chunks, message=message_chunks}
```


Scatterplots
===========================================================================
Expand Down
210 changes: 105 additions & 105 deletions analysis/institution-1/institution-1.html

Large diffs are not rendered by default.

Loading

0 comments on commit 6160b91

Please sign in to comment.