PharmCat
PharmCat
is any solution for Optim.jl actually doesn't work at v1.7
This is enother question: Why `convert(Float64, 1.0u"μm/m")` work fine, but `convert(Float64, 1.0u"ng/ml")` doesn't work: ``` ERROR: DimensionError: and ng mL^-1 are not dimensionally compatible. Stacktrace: [1] #s81#159 @ C:\Users\$\.julia\packages\Unitful\SUQzL\src\conversion.jl:12 [inlined]...
For example... I can make and implement some like: ``` struct BinomialEquivalenceDiffTest
> Remember, you can always store some information as a type parameters. @wildart thank you! But what implementation is near to the philosophy of this package? May be: ``` struct...
> After all, the test data structure will depend on your implementation. You may want use the `BinomialTest` implementation as a template. Hello! I made partial implementation, it will be...
> Thanks, and sorry for the delay in reviewing! This is an impressive PR. Would you still be interested in finishing this? Thank you for reply and for all comments!...
Is it possible to make: ``` struct ContrastsMatrix{C
> @PharmCat how many contrast levels do you have? If this is for the grouping variable in MixedModels.jl, then there is the `Grouping()` pseudocontrast which avoids creating an actual matrix...
> The implementation of `Grouping()` is quite simple: Yep, but this means that I should copy this code or include MixedModels as a dependency. Maybe place this functionality in StatsModels?
For example i have a model: (x ~ a + b + c) :a - 2 levels :b - 4 levels :c - 3 levels so vector for coefficient have...