Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Santosh E Gummidipundi
usefulrscripts
Commits
24e34748
Commit
24e34748
authored
Apr 21, 2020
by
sgummidipundi
Browse files
Change threshold for upper CI and action
parent
eba629e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
describe.R
View file @
24e34748
...
...
@@ -101,9 +101,9 @@ cell.spec.ci.or <- function(x, round.val)
{
mod_val
<-
c
(
mod_val
,
"< 0.001"
)
}
else
if
(
value
>
10000
0
)
else
if
(
value
>
10000
)
{
mod_val
<-
c
(
mod_val
,
formatC
(
value
,
format
=
"e"
,
digits
=
2
)
)
mod_val
<-
c
(
mod_val
,
"> 10,000"
)
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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