Skip to content

fix: return family name in glmDS2 result#477

Merged
ymarcon merged 1 commit intov6.4.0-devfrom
fix/glm-family
May 1, 2026
Merged

fix: return family name in glmDS2 result#477
ymarcon merged 1 commit intov6.4.0-devfrom
fix/glm-family

Conversation

@ymarcon
Copy link
Copy Markdown
Member

@ymarcon ymarcon commented Apr 22, 2026

Fix for #465, glmDS2 only.

The returned value in JSON is now

{
  "server1": {
    "family": "binomial",
    "info.matrix": [
      [
        433,
        216.5,
        11854.745,
        680.874629249998
      ],
      [
        216.5,
        216.5,
        5813.9525,
        351.703075
      ],
      [
        11854.745,
        5813.9525,
        334837.6683,
        18532.8212879925
      ],
      [
        680.874629249998,
        351.703075,
        18532.8212879925,
        1144.17968050697
      ]
    ],
    "score.vect": [
      [
        -842
      ],
      [
        -424
      ],
      [
        -22985.76
      ],
      [
        -1327.9215585
      ]
    ],
    "numsubs": 1732,
    "dev": 2401.06183345965,
    "Nvalid": 1732,
    "Nmissing": 431,
    "Ntotal": 2163,
    "disclosure.risk": 0,
    "errorMessage2": "No errors"
  }
}

Copy link
Copy Markdown
Member

@StuartWheater StuartWheater left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passed tests and checks.
No docs changes needed.

@ymarcon ymarcon merged commit 943d470 into v6.4.0-dev May 1, 2026
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants