newtonraphson

The logregNewtonRaphson function performs the Newton-Raphson optimisation to obtain the maximum likelihood estimates for coefficients in a logistic regression model

https://github.com/solichatuszhrh/newtonraphson

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

The logregNewtonRaphson function performs the Newton-Raphson optimisation to obtain the maximum likelihood estimates for coefficients in a logistic regression model

Basic Info
  • Host: GitHub
  • Owner: solichatuszhrh
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 28.3 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

Newton Raphson Optimisation

The logregNewtonRaphson function performs the Newton-Raphson optimisation to obtain the mle estimates for coefficients in a logistic regression model. To test the function, you can use the heartdata as an input, where dependent variable is chd and the rest variables are independent variables.

Owner

  • Login: solichatuszhrh
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this package, please cite it as below."
authors:
- family-names: Zahroh
  given-names: Solichatus
orcid: https://orcid.org/0009-0009-7911-0256
title:solichatuszhrh/NewtonRaphson: NewtonRaphsonOptimisation
version: v0.2.0
date-released: 2024-01-14

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • testthat >= 3.0.0 suggests