Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kunstler Georges
traitcompet
Commits
c3c38112
Commit
c3c38112
authored
Jun 01, 2015
by
kunstler
Browse files
fixe error in file name 2
parent
16e8cf4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/analysis/lmer.run.R
View file @
c3c38112
...
...
@@ -340,7 +340,7 @@ return(as.vector(scale(x, ...)))
scale.nc
<-
function
(
x
,
center
=
FALSE
){
return
(
as.vector
(
scale
(
x
,
center
=
center
,
scale
=
apply
(
x
,
2
,
sd
,
na.rm
=
TRUE
))))
scale
=
sd
(
x
,
na.rm
=
TRUE
))))
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment