I am applying the bptest to see the heteroscedasticity of a linear regression which is this
fit4 <- lm(datos$promedio_total ~ datos$hv + datos$Municipal+ datos$P_Pagado + datos$desempeño_medio +datos$desempeño_alto +datos$desempeño_insuficiente + datos$cod_rural_rbd)
Where the total average is the average of a test, Municipal - Private Paid are classifications of establishments, performances are how schools are categorized and cod_rural is a dummy variable 1 if it is a rural school and 0 if it is urban.
When doing the bptest, the following is delivered
Does anyone know what BP means 110.7 and df 7? In advance, thank you very much!