Learn R Programming

r4subprofile (version 0.1.0)

profile_sci_config: Extract SCI Configuration from a Profile

Description

Returns a list with structure compatible with r4subscore::sci_config_default(). Can be passed directly to compute_pillar_scores() or compute_sci().

Usage

profile_sci_config(profile)

Value

A list of class "sci_config" with pillar_weights and bands.

Arguments

profile

A submission_profile object.

Examples

Run this code
prof <- submission_profile("FDA", "NDA")
cfg <- profile_sci_config(prof)
cfg$pillar_weights
cfg$bands

Run the code above in your browser using DataLab