You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stata.file() now supports importing files in recent Stata formats (dta relelease 117, 118, 119 - see https://www.stata.com/help.cgi?dta). Also loading Stata files with mismatching encoding of value labels should now work.
New functions Groups(), withGroups(), and withinGroups() provide support for data management within groups of rows of a data frame or data set.
A new function Reshape() is added that is an interface for reshape() but that has simpler syntax and returns data sorted in a more convenient ordering (i.e. measurements nested in individuals).
A function codeplan() creates a data frame describing the structure of an "importer" or "data.set" object. It is possible to copy this so described structure from one "data.set" object to another or to a data frame.