View source: R/exportTricotRanks.R
| exportTricotRanks | R Documentation |
Processes ClimMob ranking data into a standardized long-format data frame suitable for export to external databases and analysis. For each trait, the function extracts rank positions per genotype and block based on participant responses. Compatible with Dataverse and other FAIR data publication systems.
exportTricotRanks(
x,
pattern = c("_pos", "_neg"),
items = c("package_item_A", "package_item_B", "package_item_C"),
nmin = 0.2,
...
)
x |
An object of class |
pattern |
character, the tricot ranking pattern |
items |
a character or numerical vector for indexing the column(s)
containing the item names in |
nmin |
Numeric to define the minimum allowed for complete cases |
... |
Additional arguments passed to |
A data frame in long format containing tricot rankings, with one row per genotype and trait, including the block identifier, plot label (A/B/C), genotype name, trait label, and assigned rank position.
Other export functions:
exportBlockData(),
exportMeasuredTraits(),
exportTrialMetadata(),
exportVariablesDescription()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.