The unadjusted (non-normalized) fr-score of each model type is
now always included as the score
column in the results
returned by frscore()
and frscored_cna()
. A
normalized score is included as a column named norm.score
if normalize = "truemax"
or
normalize = "idealmax"
.
A list containing a breakdown of each model’s unadjusted fr-score
is now always included in the output of frscore()
and
frscored_cna()
. The verbose
argument now only
controls whether it is printed (verbose = TRUE
) or not
(verbose = FALSE
).
Print methods for frscore()
and
frscored_cna()
have been updated to reflect the change in
verbose
behavior, and so that objects created by previous
versions of frscore()
and frscored_cna()
are
still printed correctly.
frscored_cna()
documentation that started throwing an error
due to changes in the cna
package, and stops
frscore()
from displaying a confusing warning when the
number of solution types exceeds the value of the argument maxsols.