Skip to content

Commit 318d3ca

Browse files
author
Steve Walker
committed
more eq numbers
1 parent 566f380 commit 318d3ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/JSS.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ plsJSS <- function(X, y, Zt, Lambdat, mapping, weights,
6262
# by placing the new values of theta
6363
# in the appropriate positions
6464
Lambdat@x[] <<- mapping(theta)
65-
# update random-effects Cholesky factor
65+
# update random-effects
66+
# Cholesky factor (eqn. 18)
6667
L <<- update(L, Lambdat %*% ZtW, mult = 1)
6768

6869
##################################################

0 commit comments

Comments
 (0)