projects
/
morpheus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
778a955
)
Fix typo
author
Benjamin Auder
<benjamin@auder>
Wed, 30 Oct 2019 14:11:52 +0000
(15:11 +0100)
committer
Benjamin Auder
<benjamin@auder>
Wed, 30 Oct 2019 14:11:52 +0000
(15:11 +0100)
reports/multistart.R
patch
|
blob
|
blame
|
history
diff --git
a/reports/multistart.R
b/reports/multistart.R
index
252de91
..
6f20436
100644
(file)
--- a/
reports/multistart.R
+++ b/
reports/multistart.R
@@
-58,7
+58,7
@@
testMultistart <- function(N, n, d, K, p, beta, b, link, nstart, ncores)
fargs
}, N=N, ncores=ncores, verbose=TRUE)
for (i in 1:2)
- res[[i]] <- alignMatrices(m
s
[[i]], ref=rbind(p,beta,b), ls_mode="exact")
+ res[[i]] <- alignMatrices(m
r
[[i]], ref=rbind(p,beta,b), ls_mode="exact")
res
}