Q5: What generics does the ecdf class have methods for? ...
In this exercise we/Hadley write that g.default return c(1,1) without executing it. However, when I do, I get an error. (This is probably, because it is a named argument within the generic.) Is this somehow changing behaviour (R 4.0). We should carefully check if this affects the solution and adjust it accordingly.
Q5: What generics does the ecdf class have methods for? ...
In this exercise we/Hadley write that
g.default
return c(1,1) without executing it. However, when I do, I get an error. (This is probably, because it is a named argument within the generic.) Is this somehow changing behaviour (R 4.0). We should carefully check if this affects the solution and adjust it accordingly.