powered by
Returns a list with structure compatible with r4subscore::sci_config_default(). Can be passed directly to compute_pillar_scores() or compute_sci().
r4subscore::sci_config_default()
compute_pillar_scores()
compute_sci()
profile_sci_config(profile)
A list of class "sci_config" with pillar_weights and bands.
"sci_config"
pillar_weights
bands
A submission_profile object.
submission_profile
prof <- submission_profile("FDA", "NDA") cfg <- profile_sci_config(prof) cfg$pillar_weights cfg$bands
Run the code above in your browser using DataLab