mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
Updated for new version
This commit is contained in:
parent
123f11c760
commit
61538a8dd5
13 changed files with 92 additions and 25 deletions
24
man/correlation_pairs.Rd
Normal file
24
man/correlation_pairs.Rd
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/correlations-module.R
|
||||
\name{correlation_pairs}
|
||||
\alias{correlation_pairs}
|
||||
\title{Determine significant correlations in the data set}
|
||||
\usage{
|
||||
correlation_pairs(data, threshold = 0.8)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data.frame}
|
||||
|
||||
\item{threshold}{correlation threshold}
|
||||
}
|
||||
\value{
|
||||
data.frame
|
||||
}
|
||||
\description{
|
||||
Determine significant correlations in the data set
|
||||
}
|
||||
\examples{
|
||||
correlation_pairs(mtcars)
|
||||
correlation_pairs(mtcars,.9)
|
||||
correlation_pairs(mtcars[c(1:4),])
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue