Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

scatterplot with regression line

import seaborn as sns

#create scatterplot with regression line and confidence interval lines
sns.regplot(x, y)
Source by www.statology.org #
 
PREVIOUS NEXT
Tagged: #scatterplot #regression #line
ADD COMMENT
Topic
Name
3+4 =