Douglas Bates
Douglas Bates
I have done some exploring of the API at `https://api.osf.io`. The way that I would see generating a `DataDep` for files in a project on that site is - start...
In the `Arrow.jl` package we added a method ```julia function DataAPI.levels(x::DictEncoded) rp = DataAPI.refpool(x) # may contain missing values Missing
As far as I can see the collection of "d-p-q-r" functions (to use the R terminology) in `src/distrs/norm.jl` is complete. I propose that the implementations (not the functions themselves) be...
In many method definitions arguments are typed as `Number`. For example, in `src/distrs/chisq.jl` ```julia # pdf for numbers with generic types function chisqpdf(k::Real, x::Number) hk = k / 2 #...
See the discussion in https://github.com/dmbates/MixedModels.jl/pull/216 Would you be open to having `BlockDiagonals.jl` depend on a `BlockArraysBase.jl` package in which the conflicting generics like `nblocks` were defined?
- Add a Pluto notebook in the `docs` directory. - An advantage of Pluto for this is that you can change the settings, hit `-` and have the simulation redone.
- [ ] Use an orthogonality convergence criterion in pnls! - [ ] Store nm.u after pnls! at initial beta and theta and use it for starting nm.u in later...
- [ ] Decide what should be stored in `PLregMod` from `MM` (model matrix for conditionally linear parameters) and MMgrad (gradient of MM w.r.t. the nonlinear parameters) - [ ]...
I recently saw some discussion of the [JuliaFormatter](https://github.com/domluna/JuliaFormatter.jl) package and how effective it can be in providing a consistent style. Invenia, the company that developed this for their internal use,...
It seems that AlgebraOfGraphics.jl is not being actively developed and I decided to take a look at TidierPlots.jl as a possible replacement. At present some of the facilities for comparative...