Displaying 4 results from an estimated 4 matches for "fixdepend".
Did you mean:
xdepend
2013 Jan 07
1
try()-function does not catch error in BATCH-job if Matrix is loaded
...nteractivly the error is catched by
try() as it would be expected.
The problem is somewhat strange as it only occurs when the code is
executed as a batch-job and when the package "Matrix" is loaded.
I wrote a small example reproducing the error. (In my code the error
occurs in mgcv:::fixDependence, which looks like the code I'm using
below in order to get a small reproducible example. I realized that the
code makes no sense...)
######################################
library(Matrix)
R <- matrix(abs(rnorm(25)), 5, 5)
r0 <- r <- nrow(R)
# while-loop produces error that sh...
2010 Jun 27
1
mgcv out of memory
...text html latex example
choose.k text html latex example
exclude.too.far text html latex example
extract.lme.cov text html latex example
fix.family.link text html latex
fixDependence text html latex example
formXtViX text html latex
formula.gam text html latex
full.score text html latex
gam text html latex example...
2005 Mar 11
0
mgcv 1.2-0
...tion.
* `gam' has acquired a new list argument `method' to cope with the number
of fitting method options now available, and there has been some alteration
to the `control' argument.
* Any smoothers can now be used to construct nested models, including
tensor product smooths. See ?fixDependence and ?gam.side for details.
* By default all smooths are now parameterized to be centred, without
requiring additional constraints (this is automatic and applies also to
user defined smooths). The old behaviour is still available as an option.
See ?smoothCon for details. (This should be user...
2005 Mar 11
0
mgcv 1.2-0
...tion.
* `gam' has acquired a new list argument `method' to cope with the number
of fitting method options now available, and there has been some alteration
to the `control' argument.
* Any smoothers can now be used to construct nested models, including
tensor product smooths. See ?fixDependence and ?gam.side for details.
* By default all smooths are now parameterized to be centred, without
requiring additional constraints (this is automatic and applies also to
user defined smooths). The old behaviour is still available as an option.
See ?smoothCon for details. (This should be user...