Marc Kupietz | f5263bd | 2024-12-07 16:31:48 +0100 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/collocationScoreQuery.R |
| 3 | \name{mergeDuplicateCollocates} |
| 4 | \alias{mergeDuplicateCollocates} |
Marc Kupietz | dbdbb1f | 2025-02-19 10:33:06 +0100 | [diff] [blame] | 5 | \title{Merge duplicate collocate rows and re-calculate association scores and URLs. |
| 6 | Useful if collocation analyses were performed separately for collocates on the |
| 7 | left and right side of a node.} |
Marc Kupietz | f5263bd | 2024-12-07 16:31:48 +0100 | [diff] [blame] | 8 | \usage{ |
Marc Kupietz | dbdbb1f | 2025-02-19 10:33:06 +0100 | [diff] [blame] | 9 | mergeDuplicateCollocates(..., smoothingConstant = 0.5) |
Marc Kupietz | f5263bd | 2024-12-07 16:31:48 +0100 | [diff] [blame] | 10 | } |
| 11 | \arguments{ |
| 12 | \item{...}{tibbles with collocate rows returned from \code{\link[=collocationAnalysis]{collocationAnalysis()}}} |
Marc Kupietz | dbdbb1f | 2025-02-19 10:33:06 +0100 | [diff] [blame] | 13 | |
| 14 | \item{smoothingConstant}{original smoothing constant (to be added only once to the observed values)} |
Marc Kupietz | f5263bd | 2024-12-07 16:31:48 +0100 | [diff] [blame] | 15 | } |
| 16 | \value{ |
| 17 | tibble with unique collocate rows |
| 18 | } |
| 19 | \description{ |
Marc Kupietz | dbdbb1f | 2025-02-19 10:33:06 +0100 | [diff] [blame] | 20 | Merge duplicate collocate rows and re-calculate association scores and URLs. |
| 21 | Useful if collocation analyses were performed separately for collocates on the |
| 22 | left and right side of a node. |
Marc Kupietz | f5263bd | 2024-12-07 16:31:48 +0100 | [diff] [blame] | 23 | } |