projects
/
valse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7064275
)
forgot to return result in selectVariableS.R
author
Benjamin Auder
<benjamin.auder@somewhere>
Thu, 23 Feb 2017 19:48:24 +0000
(20:48 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Thu, 23 Feb 2017 19:48:24 +0000
(20:48 +0100)
R/selectVariables.R
patch
|
blob
|
blame
|
history
diff --git
a/R/selectVariables.R
b/R/selectVariables.R
index
92baec8
..
03578c9
100644
(file)
--- a/
R/selectVariables.R
+++ b/
R/selectVariables.R
@@
-42,4
+42,5
@@
selectVariables = function(phiInit,rhoInit,piInit,gamInit,mini,maxi,gamma,glambd
list("selected"=selectedVariables,"Rho"=params$Rho,"Pi"=params$Pi)
})
parallel::stopCluster(cl)
+ out
}