Eirik

Results 7 issues of Eirik

Thanks for this tool! I've previously used this tool in a personal project. In order to speed up execution I added methods to connect (and close) the websocket, so that...

I am trying to generate SPSS and Stata files using CSV files + JSON metadata as input as described [here](https://github.com/WizardMac/ReadStat#command-line-usage-with-csv-input). However, in the generated files, every numeric variable has decimals,...

CLI

This adds the Hausman specification test, commonly used to choose between a fixed effects model and a random effects model. The function includes the options `include_constant`, `sigmamore`, and `sigmaless` -...

If the Python Interactive Window created its kernel using the command `jupyter lab` instead of `jupyter notebook`, the user could go to https://localhost:8888/lab and connect new notebooks/consoles to the same...

interactive-window
feature-request

I'm getting the following error when trying to open a file generated by Pyreadstat in Stata 17 BE-Basic Edition: > This .dta file format was created by Stata/MP and has...

enhancement
requires changes in Readstat

Firstly, thanks for making a great Sublime package =) Would you be interested in a pull request adding support for printing the output in Sublime's output panel? See the bottom...

Thanks for the very useful library! I'm having some issues with retaining the order of the terms as they are in the formula. Using the example from the README, but...

bug