@@ -6,8 +6,8 @@ module MetidaNCA
66using RecipesBase
77
88import RecipesBase: plot!, plot
9-
10- import Base: length, length, push!, resize!
9+ import Statistics : mean, quantile
10+ import Base: length, push!, resize!, ht_keyindex, convert, first
1111import MetidaBase
1212import MetidaBase: Tables, StatsBase, PrecompileTools,
1313PrettyTables,
@@ -29,7 +29,7 @@ using MetidaBase.Requires
2929export pkimport, upkimport, pdimport, nca!, nca, DoseTime, ElimRange, LimitRule, NoPageSort,
3030auc_sparse,
3131setdosetime!, setkelauto!, setkelrange!, applylimitrule!, setbl!, setth!,
32- pkplot,
32+ pkplot, vpcplot,
3333getkeldata, getkelauto, getkelrange, getdosetime, getbl, getth, subset,
3434metida_table,
3535PKSubject, UPKSubject, PDSubject, NCAResult
@@ -56,6 +56,7 @@ const LOG2 = log(2)
5656 include (" metidatable.jl" )
5757 include (" setblth.jl" )
5858 include (" timefilter.jl" )
59+ include (" dropnanormissing.jl" )
5960 include (" sparse.jl" )
6061 include (" atomic.jl" )
6162 include (" precompile.jl" )
0 commit comments