Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

scatterplot with regression line

import seaborn as sns

#create scatterplot with regression line
sns.regplot(x, y, ci=None)
Source by www.statology.org #
 
PREVIOUS NEXT
Tagged: #scatterplot #regression #line
ADD COMMENT
Topic
Name
7+6 =