mcp icon indicating copy to clipboard operation
mcp copied to clipboard

Link function problems

Open lindeloev opened this issue 3 years ago • 0 comments

  • [ ] fit$simulate(fit, data, ...) apparently doesn't respect the link function in the family? Try e.g. simulating from mcp_example("demo") with another link function.
  • [ ] Try mcp_example("demo") with family = gaussian("log") and see that it doesn't fit the last segment appropriately.
  • [ ] Think about whether "sim" and "ok" cols of summary() should transform if data was simulated using another link function (probably not).

lindeloev avatar Dec 29 '21 23:12 lindeloev