statsmodels.imputation.mice.MICEData.plot_bivariate¶
-
MICEData.plot_bivariate(col1_name, col2_name, lowess_args=
None, lowess_min_n=40, jitter=None, plot_points=True, ax=None)[source]¶ 绘制两个变量的观测值和插补值。
显示一个变量与另一个变量的散点图。点根据值是观测值还是插补值进行着色。
- Parameters:¶
- Returns:¶
Thematplotlibfigureonwhichtheplotiddrawn.
Last update:
Oct 16, 2024