Giter Club home page Giter Club logo

statajavautilities's Introduction

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

Stata Java Utilities

Classes that should hopefully make it easier for others to use the Java API available in Stata. This repository contains classes and methods that will allow you to construct a complete representation of a Stata dataset (loaded into the current Stata session) on the JVM including: variable labels, value labels, variable names, value label names, the data, etc....

News

Additional getter methods have been added to the DataSets package classes to enable retrieving a single record, indivdual datum, and a List representation of the dataset object. The StataMissings class also includes values corresponding to the set of extended missing values for the float and double types. The additions to this class also include a method that will return the String mask for the extended missing value for any type. Other than the methods that return NavigableMap type objects, all methods in the class are overloaded to make it easier to code without worrying about needing to remember type specific implementations of the methods.

statajavautilities's People

Contributors

wbuchanan avatar

Stargazers

 avatar  avatar Carl Higgs avatar Markus Schaffner avatar

Watchers

James Cloos avatar  avatar

statajavautilities's Issues

Java errors from jsonio examples

. sysuse auto, clear
(1978 Automobile Data)

. jsonio out, what(record) obid(74)
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at com.stata.Javacall.load(Javacall.java:130)
        at com.stata.Javacall.load(Javacall.java:90)
Caused by: java.lang.NoSuchMethodError: org.paces.Stata.MetaData.Meta: method <init>()V not found
        at org.paces.Stata.JSON.StataJSON.printRecord(StataJSON.java:84)
        ... 6 more
r(5100);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.