Mar 19, 2025, 9:30 PM
dropsecure_files (2) (1).zip
Missing file
SchoolYear
, District Name
, SchoolCode
, SchoolName
, PseudoID
, Gender
, LowSES
, FoodserviceElig
, TestedAge
, TestProduct
, and more.SchoolYear
, District Name
, SchoolCode
, SchoolName
, PseudoID
, Gender
, LowSES
, FoodserviceElig
, TestedAge
, TestProduct
, etc.ScaledScore(Math)
column in each dataset. If you have any specific analysis or further questions, feel free to ask!ScaledScore(Math)
and ScaledScore(LA)
columns.ScaledScore(LA)
. Let's perform a regression analysis to determine the relationship between students' perceptions of their teachers and their ELA performance.exog
) contain infinite values or NaNs, which prevents the regression analysis from being performed. This issue likely arises from the conversion of the LowSES
column to numeric values, where non-numeric entries were converted to NaN, and these NaNs were not handled before performing the regression.LowSES
column are properly handled, either by filling them with a specific value or by dropping the rows containing them. I will proceed to clean the data by dropping rows with NaN values in the relevant columns and then perform the regression analysis again.LowSES
, How respectful is this teacher towards you? VALUES
, and ScaledScore(Math)
columns, there are no rows left in the dataframes for analysis. This suggests that the LowSES
column might have been entirely non-numeric or missing for the entries that also had valid perception and performance data.LowSES
column further to understand its content.LowSES
column or try a different approach?ScaledScore(Math)
ScaledScore(LA)
How respectful is this teacher towards you? VALUES
If you came to class upset, how concerned would your teacher be? VALUES
How excited would you be to have this teacher again? VALUES
dataframes
is not defined in the current context. This could be due to a previous error or the variable not being correctly initialized.dataframes
variable.Year | Math-Respect | Math-Concern | Math-Excitement | ELA-Respect | ELA-Concern | ELA-Excitement |
---|---|---|---|---|---|---|
SY21-22 | 0.018 | -0.037 | 0.003 | 0.058 | -0.017 | 0.002 |
SY22-23 | 0.125 | 0.068 | 0.041 | 0.124 | 0.029 | 0.034 |
SY23-24 | 0.101 | 0.012 | 0.015 | 0.078 | -0.018 | -0.040 |
File > Open > Data
.Open
.Analyze > Correlate > Bivariate
.Ctrl
key (or Cmd
on Mac) while clicking.Pearson
is used for continuous data.Spearman
.Means and standard deviations
by clicking on Options
.Continue
to return to the Bivariate Correlations dialog box.OK
to run the correlation analysis.Pearson Correlation
values to understand the strength and direction of the relationships.File > Save As
in the output window.File > Export
and choose your preferred format (e.g., PDF, Word, etc.).