search for: merpredd

Displaying 6 results from an estimated 6 matches for "merpredd".

2014 Mar 03
1
reference classes, LAZY_DUPLICATE_OK, and external pointers
...hod: assign("theta",get("theta",envir=selfEnv)+0, envir=vEnv) ... but (a) this is very ugly and (b) it seems very unsafe -- as R gets smarter it should start to recognize trivial changes like x+0 and x*1 and *not* copy in these cases ... Method details: ## from R/AllClass.R, merPredD RC definition ptr = function() { 'returns the external pointer, regenerating if necessary' if (length(theta)) { if (.Call(isNullExtPtr, Ptr)) initializePtr() } Ptr }, ## ditto initializePtr = function() { Ptr <<- .Call(merPredDCreate...
2017 Feb 22
0
Crash in the latest release
..., int>, 1>::CholmodDecomposition() (in /home/therneau/Rlib/lme4/libs/lme4.so) ==31901== by 0xD8B39B8: lme4::lme4CholmodDecomposition<Eigen::SparseMatrix<double, 0, int>, 1>::lme4CholmodDecomposition() (in /home/therneau/Rlib/lme4/libs/lme4.so) ==31901== by 0xD8AEBE4: lme4::merPredD::merPredD(SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*) (in /home/therneau/Rlib/lme4/libs/lme4.so) ==31901== by 0xD8727F1: merPredDCreate (in /home/therneau/Rlib/lme4/lib...
2017 Feb 22
0
[Lme4-authors] Crash in the latest release
...CholmodDecomposition() (in /home/therneau/Rlib/lme4/libs/lme4.so) > ==31901== by 0xD8B39B8: > lme4::lme4CholmodDecomposition<Eigen::SparseMatrix<double, 0, int>, > 1>::lme4CholmodDecomposition() (in /home/therneau/Rlib/lme4/libs/lme4.so) > ==31901== by 0xD8AEBE4: lme4::merPredD::merPredD(SEXPREC*, SEXPREC*, > SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, > SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, > SEXPREC*) (in /home/therneau/Rlib/lme4/libs/lme4.so) > ==31901== by 0xD8727F1: merPredDCreate (in > /home...
2013 Oct 18
0
pamer.fnc y la nueva versión de R
...")= chr [1:10] "ldL2" "ldRX2" "wrss" "ussq" ... .. ..$ dims: Named int [1:12] 20 20 4 16 1 4 1 1 0 4 ... .. .. ..- attr(*, "names")= chr [1:12] "N" "n" "p" "nmp" ... ..@ pp :Reference class 'merPredD' [package "lme4"] with 18 fields .. ..$ Lambdat:Formal class 'dgCMatrix' [package "Matrix"] with 6 slots .. .. .. ..@ i : int [1:4] 0 1 2 3 .. .. .. ..@ p : int [1:5] 0 1 2 3 4 .. .. .. ..@ Dim : int [1:2] 4 4 .. .. .. ..@ Dimnames:List of 2...
2013 Oct 18
2
pamer.fnc y la nueva versión de R
Javier, Creo que aquí aplica la ley de Linus que dice: "Dado un número suficientemente elevado de ojos, todos los errores se convierten en obvios". La persona que revisa y encuentra un error no necesariamente tiene que ser la misma que la que lo escribe. Una motivación muy importante al compartir un código es la de recibir los beneficios del control de calidad por parte de tus pares.
2013 Dec 02
1
pamer.fnc y la nueva versión de R
...:10] "ldL2" "ldRX2" "wrss" "ussq" ... > .. ..$ dims: Named int [1:12] 20 20 4 16 1 4 1 1 0 4 ... > .. .. ..- attr(*, "names")= chr [1:12] "N" "n" "p" "nmp" ... > ..@ pp :Reference class 'merPredD' [package "lme4"] with 18 fields > .. ..$ Lambdat:Formal class 'dgCMatrix' [package "Matrix"] with 6 slots > .. .. .. ..@ i : int [1:4] 0 1 2 3 > .. .. .. ..@ p : int [1:5] 0 1 2 3 4 > .. .. .. ..@ Dim : int [1:2] 4 4 > .. .....