Displaying 2 results from an estimated 2 matches for "_strongly".
Did you mean:
strongly
2013 Feb 02
1
best practice for packages using mclapply to avoid tcltk
...k for the presence of tcltk and stop if it is found before
mclapply() is used.
I wish you would please review my suggestion below. Maybe checkForTcltk()
could be used in the parallel package. Otherwise, we are letting
people run with scissors.
There's a warning about this in ?mclapply
It is _strongly discouraged_ to use these functions in GUI or
embedded environments, because it leads to several processes
sharing the same GUI which will likely cause chaos (and possibly
crashes). Child processes should never use on-screen graphics
devices.(Warning in ?mclapply)
Bug report: (htt...
2011 Mar 16
1
Standardized Pearson residuals (and score tests)
Hi Peter and others,
If it helps, I wrote a small function glm.scoretest() for the statmod
package on CRAN to compute score tests from glm fits. The score test for
adding a covariate, or any set of covariates, can be extracted very neatly
from the standard glm output, although you probably already know that.
Regards
Gordon
---------------------------------------------
Professor Gordon K