Skip to content

Commit 8703c06

Browse files
authored
Update ExtendedData.ipynb
spelling
1 parent da8239f commit 8703c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExtendedData.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
"Here we calculated the rundown rate predicted by the model and used it to estimate the residuals.\n",
261261
"These were then used to check four assumptions of performing a multi-linear regression.\n",
262262
"\n",
263-
"1. Linearity: Ideally the scatter plot of predicted versus actual values should lie exactly on a diagnol. While this is not completely true for the plot shown in this section, the variation is horizontally on both sides of the diagnol which is expected given that temperature and INaCa are used as discrete rather than continuous variables.\n",
263+
"1. Linearity: Ideally the scatter plot of predicted versus actual values should lie exactly on a diagonal. While this is not completely true for the plot shown in this section, the variation is horizontally on both sides of the diagonal which is expected given that temperature and INaCa are used as discrete rather than continuous variables.\n",
264264
"2. Normality: The residuals form part of a normal-like distribution with a slight skew on the right side, however, given the complexity of the data, this is not too concerning.\n",
265265
"3. Non-autocorrelation: The Durbin-Watson test was performed on the residuals which passed and confirmed that the errors are not auto-correlated\n",
266266
"4. Homoscedasticity: The residuals do not have a constant variance throughout which can again be attributed to the fact that some of the variables of the model are discrete rather than continuous.\n",

0 commit comments

Comments
 (0)