xPierMRS: Function to calculate multi-trait rating score from a list of...

Description Usage Arguments Value Note See Also Examples

View source: R/xPierMRS.r

Description

xPierMRS is supposed to calculate multi-trait rating score (MRS) from a list of dTarget/sTarget objects.

Usage

1
xPierMRS(list_xTarget, cutoff.rank = 150, verbose = TRUE)

Arguments

list_xTarget

a list of "dTarget"/"sTarget" objects

cutoff.rank

the rank cutoff. By default it is 150

verbose

logical to indicate whether the messages will be displayed in the screen. By default, it sets to true for display

Value

a data frame containing columns 'Target', 'MRS', 'rating' (in the form of "rating.trait_names") and 'rank' (in the form of "rank.trait_names").

Note

none

See Also

xPierCross

Examples

1
2
3
4
5
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run: 
df_MRS <- xPierMRS(ls_xTarget)

## End(Not run)

Pi documentation built on Nov. 26, 2020, 2:01 a.m.