Dual plot. One on original scale and one using empirical copula data
ScatterCopula(
data = NULL,
x_var = NULL,
y_var = NULL,
GroupVariable = NULL,
SampleCount = 100000L,
FitGam = TRUE,
color = "darkblue",
point_size = 0.5,
text_size = 12,
x_axis_text_angle = 35,
y_axis_text_angle = 0,
chart_color = "lightsteelblue1",
border_color = "darkblue",
text_color = "darkblue",
grid_color = "white",
background_color = "gray95",
legend_position = "bottom"
)
Source data.table
Numeric variable
Numeric variable
Color options
Number of randomized rows to utilize. For speedup and memory purposes
Add gam fit to scatterplot and copula plot
= "darkblue"
= 0.50
= 12
= 35
= 0
= "lightsteelblue1"
= "darkblue"
= "darkblue"
= "white"
= "gray95"
= "bottom
Other EDA:
AutoWordFreq()