Matteo Fasiolo

Results 4 comments of Matteo Fasiolo

Hi Florian, do the p-values used here: ``` testQuantiles(res2,plot=FALSE)$p.value ```` come from qgam? If so they are based on the same asymptotic Gaussian approximation used for standard GAMs. Of course,...

Yes unfortunately at the moment there is no easy way of doing this in mgcViz.

Hi Florian, I was looking at this and the weights are not ignored, but passed to family$rd() or family$qf()... For instance: ``` > gaulss()$rd function (mu, wt, scale) { return(rnorm(nrow(mu),...

Partially done here 2336af0a6f88464d1cfb33840f4947db2fcb8336, but by creating a new plotDiff generic for "by" smooths. For 'fs' smooths it might actually make sense creating a layer instead.