ctcorrelator: CT Correlation Finder

Description Arguments Value Examples

Description

Compares an array town data to ~500 variables to check if there are any strong correlations. Exports two CSV files and one chart.

Arguments

dat_data

Dataframe to compare. Columns must be labeled "town" and "variable". Highly recommend running ctnamecleaner() on it to make sure town names match.

p

Sets Pearson product-moment correlation coefficient. Default is .9.

Value

Whatever

Examples

1
2
3
4
## Not run: 
ctcorrelator(dat_data, p=.9)

## End(Not run)

trendct/ctnamecleaner documentation built on May 31, 2019, 7:47 p.m.