blob: 9e5e66035421de8e62b5072632a64cf4d1062488 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/collocationScoreQuery.R
\name{mergeDuplicateCollocates}
\alias{mergeDuplicateCollocates}
\title{Merge duplicate collocate rows and re-calculate association scores and URLs.
Useful if collocation analyses were performed separately for collocates on the
left and right side of a node.}
\usage{
mergeDuplicateCollocates(..., smoothingConstant = 0.5)
}
\arguments{
\item{...}{tibbles with collocate rows returned from \code{\link[=collocationAnalysis]{collocationAnalysis()}}}
\item{smoothingConstant}{original smoothing constant (to be added only once to the observed values)}
}
\value{
tibble with unique collocate rows
}
\description{
Merge duplicate collocate rows and re-calculate association scores and URLs.
Useful if collocation analyses were performed separately for collocates on the
left and right side of a node.
}