Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Aug 3, 2022
1 parent da144f4 commit 9e09fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/descriptive.jl
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function descriptives(data::DataSet{T}; kwargs...) where T <: ObsData
end
n_ = length(vec)
if cicalk
if n_ > 1 q = quantile(TDist(n_ - 1), 1-(1-kwargs[:level])/2) end
if n_ > 1 q = quantile(TDist(n_ - 1), 1 - (1-kwargs[:level])/2) end
end
# skipnonpositive
logstats = makelogvec #calk logstats
Expand Down

0 comments on commit 9e09fb8

Please sign in to comment.