mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-25 22:53:39 +01:00
Ajout d'une instruction print pour afficher le résultat de bw dans le notebook TP2
This commit is contained in:
@@ -175,6 +175,8 @@ plot(age, logwage, xlab = "Age", ylab = "log(wage)")
|
||||
bw = npregbw(logwage ~ age)
|
||||
ghat = npreg(bw)
|
||||
|
||||
print(bw)
|
||||
|
||||
plot(ghat, xlab = "Age", ylab = "log(wage)")
|
||||
points(age, logwage)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user