Fabian Greimel

Results 51 issues of Fabian Greimel

I am confused about how the LightGraphs ecosystem handles weighted graphs. I wonder why `adjacency_matrix == weights` for `SimpleWeightedGraph`s, while for `MetaGraph`s * the `adjacency_matrix` is a matrix of {0,1},...

There's a [pretty recent R package by RStudio to create pretty tables](https://github.com/rstudio/gt). It seems to be pretty feature rich and well thought through. They introduce their own names for table...

Here's something that I noticed while trying out #2178. The dependent cells of `disable`d cells uncomment soon after being commented. https://user-images.githubusercontent.com/6280307/174336446-4d76c2db-b10c-4954-8198-8cfa9faf252f.mov This only seems to happen if the notebook environment...

bug

Is there a way to get standard errors for the fixed effects? I have an application where the estimates for the fixed effects are of interest. (I have > 10...

enhancement

My initial PR #109 was merged and then reverted > out of concern with memory allocation by @eloualiche. I benchmarked this PR vs master (using the middle regression model in...

Is there a reason that the neither the weights, nor something like `used_weights::Bool` is stored anywhere? `used_weights` could be useful for regression tables: displaying WLS as an estimator if appropriate.

enhancement

When using stock color themes, it doesn't seem to be possible to change the color of the progress bar. In particular, I'd like to use the (beamer-)default color theme. But...

I would it be nice if one could easily add a custom simplification rules on top of the default rules in `simplify`. @shashi said on slack, that this is not...

This is just to report that there might be an alternative way to support plotting maps. Advantage: * `GeoTables.jl` can read map data from `.shp` files but can also load...

Here are some examples that show interactive elements fit well into GoG-style syntax. https://www.datanovia.com/en/blog/gganimate-how-to-create-plots-with-beautiful-animation-in-r/ https://plotly.com/ggplot2/animations/ One could imagine implementing things like `mapping(slider = :time)`, `mapping(frame = :time)` for stepping through...