Description Usage Arguments Details Value Contributors Note Author(s) See Also Examples
This function finds calibration thresholds for splitting base variables into the desired number of groups using cluster analysis.
1 | findTh(x, groups = 2, hclustm = "complete", distm = "euclidean")
|
x |
An interval or ratio-scaled base variable. |
groups |
A vector of integers with the desired number of groups. |
hclustm |
The agglomeration (clustering) method to be used. |
distm |
The distance measure to be used. |
For more details about argument groups, see ?cutree. For more
details about argument hclustm, see ?hclust. For more details
about argument distm, see ?dist.
A numeric vector of suggested threshold(s) for dividing base variables into the desired number of groups.
| Dusa, Adrian | : programming |
| Thiem, Alrik | : development, documentation, testing |
Default values from the hclust method and the dist method
are used for both the distance measure distm and the clustering method
hclustm.
Alrik Thiem (Personal Website; ResearchGate Website)
1 2 3 4 5 6 7 8 |
Please cite the 'QCApro' package as follows:
Thiem, Alrik. 2016. Professional Functionality for Performing and
Evaluating Qualitative Comparative Analysis. R Package Version 1.1-1.
URL: http://www.alrik-thiem.net/software/.
A BibTeX entry can be generated by:
citation(package = "QCApro")
All improvements and bug fixes on the predecessor package QCA 1.1-4
as well as all internal package changes can be browsed by:
news(package = "QCApro")
NOTE: As some function and object names currently overlap with the QCAGUI
package, you should work with only either QCApro or QCAGUI within one R session.
[1] 28.5
[1] 28.5 83.5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.