Carlos Parada

Results 443 comments of Carlos Parada

Having the same problem. ```julia julia> approx_contingency = [ (2609 - 325) * .27 325 * .16; (2609 - 325) * (1-.27) 325 * (1-.16); ] 2×2 Matrix{Float64}: 616.68 52.0...

> If somebody with access to SAS could try out the SAS macro, it would be a useful data point to know if the SAS macro fails in the same...

> In general, credible intervals are no confidence intervals and don't satisfy any coverage guarantees. Not in general, but they do asymptotically for simple problems like this one. For binomial...

> CondaPkg does allow you to specify packages to install with `pip`. Is that not enough? Unfortunately not, because `pip` is very bad at avoiding conflicting versions :/ > This...

> So I made myself functions to move from Rn cartesian coordinates to n-spherical coordinates, if it can help out! > > Cartesian to n-spherical: > > ``` > function...

> Although you might not be able to bind it to shift+click, if your terminal intercepts it, It works fine on [edit](https://github.com/microsoft/edit), so it should be possible (at least on...

> Does ctrl+shift work for you in any other terminal application? Yes—most text editors allow it for me, and so do file managers like Yazi. After a bit of searching,...

> This could be achieved by automatically editing the relevant gitignore file (probably the nearest one to the file for `--ignore`?) to add the file, and for `--local`, `.git/info/exclude`. Just...

On this topic: I'm only now discovering description search for octopi, which makes things a lot better for me. @aarnt could we make a combined description and title search the...

If you're interested in improving the search but don't know much about search or ML, I can write the code for package ranking as long as you're willing to integrate...