blob: 9e5e66035421de8e62b5072632a64cf4d1062488 [file] [log] [blame]
Marc Kupietzf5263bd2024-12-07 16:31:48 +01001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/collocationScoreQuery.R
3\name{mergeDuplicateCollocates}
4\alias{mergeDuplicateCollocates}
Marc Kupietzdbdbb1f2025-02-19 10:33:06 +01005\title{Merge duplicate collocate rows and re-calculate association scores and URLs.
6Useful if collocation analyses were performed separately for collocates on the
7left and right side of a node.}
Marc Kupietzf5263bd2024-12-07 16:31:48 +01008\usage{
Marc Kupietzdbdbb1f2025-02-19 10:33:06 +01009mergeDuplicateCollocates(..., smoothingConstant = 0.5)
Marc Kupietzf5263bd2024-12-07 16:31:48 +010010}
11\arguments{
12\item{...}{tibbles with collocate rows returned from \code{\link[=collocationAnalysis]{collocationAnalysis()}}}
Marc Kupietzdbdbb1f2025-02-19 10:33:06 +010013
14\item{smoothingConstant}{original smoothing constant (to be added only once to the observed values)}
Marc Kupietzf5263bd2024-12-07 16:31:48 +010015}
16\value{
17tibble with unique collocate rows
18}
19\description{
Marc Kupietzdbdbb1f2025-02-19 10:33:06 +010020Merge duplicate collocate rows and re-calculate association scores and URLs.
21Useful if collocation analyses were performed separately for collocates on the
22left and right side of a node.
Marc Kupietzf5263bd2024-12-07 16:31:48 +010023}