home.social

#julialang — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #julialang, aggregated by home.social.

  1. Hello Everyone! I have been experimenting with using #Quarto to call #julialang to run #multilevel models with #MixedModels. Unfortunately, my document is taking about 10-15 minutes to render with small data sets. I've found it difficult to understand the #julialang documentation on this issue, so would appreciate any "Explain to me like I'm 5" explanations of how to speed up #julialang. Code is here: agrogan1.github.io/multilevel-. I am grateful for #julialang, just wish I could figure out the speed.

  2. Hello Everyone! I have been experimenting with using to call to run models with . Unfortunately, my document is taking about 10-15 minutes to render with small data sets. I've found it difficult to understand the documentation on this issue, so would appreciate any "Explain to me like I'm 5" explanations of how to speed up . Code is here: agrogan1.github.io/multilevel-. I am grateful for , just wish I could figure out the speed.

  3. Hello Everyone! I have been experimenting with using #Quarto to call #julialang to run #multilevel models with #MixedModels. Unfortunately, my document is taking about 10-15 minutes to render with small data sets. I've found it difficult to understand the #julialang documentation on this issue, so would appreciate any "Explain to me like I'm 5" explanations of how to speed up #julialang. Code is here: agrogan1.github.io/multilevel-. I am grateful for #julialang, just wish I could figure out the speed.

  4. Hello Everyone! I have been experimenting with using #Quarto to call #julialang to run #multilevel models with #MixedModels. Unfortunately, my document is taking about 10-15 minutes to render with small data sets. I've found it difficult to understand the #julialang documentation on this issue, so would appreciate any "Explain to me like I'm 5" explanations of how to speed up #julialang. Code is here: agrogan1.github.io/multilevel-. I am grateful for #julialang, just wish I could figure out the speed.

  5. Julia's terse #NamedTuple syntax with a semi-colon is ... cryptic on first exposure. And to me, not documented where I expected it to be, thus github.com/JuliaLang/julia/iss #JuliaLang

  6. "Pluto making scientific computing accessible and fun"

    The Inspiring Computing podcast (at inspiringcomputing.com) this week is about Pluto notebooks, and we hear from Fons and Gerhard about the history and philosophy of Pluto and a sneak preview of what's to come in the future.

    #julia #julialang #julialanguage #inspiringcomputing #pluto #plutojl #plutonian #podcast

  7. Ok, went down a slight rabbit hole... You can use #nftables to log #packets to the nflog facility. #tcpdump or #tshark can read from the nflog queue and report info on the packets. Nftables can sample the packets randomly using numgen random mod 1000 < 50 I can sample 5% of packets (or whatever) if the output is easily readable by #Julialang I can turn the network visibility issue into a data analysis issue. What's the best way to read the output? tshark json?

  8. If you want to control for the "repeat" in a repeated measures design using LMMs - you have to model that random slope!

    ---

    y ~ 1 + cond + (1|subject)

    does *not* control for within condition effects (except if you have only 1 trial per level per subject)

    ---

    If this sounds relevant to you, I could prepare a blog-post + interactive demo

    #statistics #LMM #MixedModels #julialang

  9. If you want to control for the "repeat" in a repeated measures design using LMMs - you have to model that random slope!

    ---

    y ~ 1 + cond + (1|subject)

    does *not* control for within condition effects (except if you have only 1 trial per level per subject)

    ---

    If this sounds relevant to you, I could prepare a blog-post + interactive demo

    #statistics #LMM #MixedModels #julialang

  10. If you want to control for the "repeat" in a repeated measures design using LMMs - you have to model that random slope!

    ---

    y ~ 1 + cond + (1|subject)

    does *not* control for within condition effects (except if you have only 1 trial per level per subject)

    ---

    If this sounds relevant to you, I could prepare a blog-post + interactive demo

    #statistics #LMM #MixedModels #julialang

  11. If you want to control for the "repeat" in a repeated measures design using LMMs - you have to model that random slope!

    ---

    y ~ 1 + cond + (1|subject)

    does *not* control for within condition effects (except if you have only 1 trial per level per subject)

    ---

    If this sounds relevant to you, I could prepare a blog-post + interactive demo

    #statistics #LMM #MixedModels #julialang

  12. If you want to control for the "repeat" in a repeated measures design using LMMs - you have to model that random slope!

    ---

    y ~ 1 + cond + (1|subject)

    does *not* control for within condition effects (except if you have only 1 trial per level per subject)

    ---

    If this sounds relevant to you, I could prepare a blog-post + interactive demo

    #statistics #LMM #MixedModels #julialang

  13. I tried animating the #Luxor tutorial using #Javis. Both of these libraries are so fun to play around with!

    #Julia #JuliaLang