Skip to content

Commit

Permalink
stata 18 and small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas committed Oct 11, 2023
1 parent 531ee8d commit 60c0d58
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion src/multidim/notebooks/02_stats_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": [
"from multidim.utils import resolve_stata, load_stata\n",
"\n",
"STATA_PATH, STATA_TYPE = resolve_stata(version = 17, stype = \"se\")\n",
"STATA_PATH, STATA_TYPE = resolve_stata(version = 18, stype = \"se\")\n",
"# make sure they are proper ones\n",
"STATA_PATH, STATA_TYPE"
]
Expand Down Expand Up @@ -96,6 +96,16 @@
"ustawienie liczby obserwacji w zbiorze"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "09d3e717",
"metadata": {},
"outputs": [],
"source": [
"%stata set obs 10000"
]
},
{
"cell_type": "markdown",
"id": "914a1d70",
Expand Down
4 changes: 2 additions & 2 deletions src/multidim/notebooks/03_tests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"source": [
"from multidim.utils import resolve_stata, load_stata\n",
"\n",
"STATA_PATH, STATA_TYPE = resolve_stata(version = 17, stype = \"se\")\n",
"STATA_PATH, STATA_TYPE = resolve_stata(version = 18, stype = \"se\")\n",
"# make sure they are proper ones\n",
"STATA_PATH, STATA_TYPE"
]
Expand Down Expand Up @@ -257,7 +257,7 @@
"metadata": {},
"outputs": [],
"source": [
"%stata browse"
"# %stata browse"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/multidim/notebooks/04_dependency.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"source": [
"from multidim.utils import resolve_stata, load_stata\n",
"\n",
"STATA_PATH, STATA_TYPE = resolve_stata(version = 17, stype = \"se\")\n",
"STATA_PATH, STATA_TYPE = resolve_stata(version = 18, stype = \"se\")\n",
"# make sure they are proper ones\n",
"STATA_PATH, STATA_TYPE"
]
Expand Down

0 comments on commit 60c0d58

Please sign in to comment.