GithubHelp home page GithubHelp logo

fmlogit's People

Contributors

aakarner avatar f1kidd avatar johnwoodill avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fmlogit's Issues

Error in fmlogit

Trying to run even the help-file example, I get the following error:

Error in parse(text = x, keep.source = FALSE) :
:2:0: unexpected end of input
1: ~
^

Can you add a license?

@f1kidd thanks for writing an R version of fmlogit. Would you mind adding a LICENSE file? I was hoping to write a PR to allow for weights, but it's hard to know what I can do without something like an MIT license.

Here is some discussion on licensing from the R Packages book.

Is there any examples on how to use the package?

Hi there, I was looking for an R package that can deal with fractional multinomial logistic regression and found this package. It seems just like what I need! I was wondering whether there are some examples to show how to use this package? Many thanks!

Error in marginals.R

Can't get marginal effects because of an error:

Error in ans[!test & ok] <- rep(no, length.out = length(ans))[!test &  : 
  replacement has length zero
In addition: Warning message:
In rep(no, length.out = length(ans)) :
  'x' is NULL so the result will be NULL

The error is related to line 174 in marginals.R
outlist$R = ifelse(se==T,R,NULL)

A simple fix is to change NULL to NA
outlist$R = ifelse(se==T,R,NA)

See new pull request for fix.

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.