Skip to content

Commit 7fbd45e

Browse files
Maximilian-Stefan-Ernstalyst
authored andcommitted
introduce formatting error
1 parent e6e6e98 commit 7fbd45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/additional_functions/helper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function get_observed(rowind, data, semobserved; args = (), kwargs = NamedTuple(
4141
return observed_vec
4242
end
4343

44-
skipmissing_mean(mat::AbstractMatrix) =
44+
skipmissing_mean(mat::AbstractMatrix) =
4545
[mean(skipmissing(coldata)) for coldata in eachcol(mat)]
4646

4747
function F_one_person(imp_mean, meandiff, inverse, data, logdet)

0 commit comments

Comments
 (0)