{
  "_id": "6a104e35acfb0bcc41ca0932",
  "Package": "LogRegEquiv",
  "Version": "0.1.5",
  "Date": "2022-02-21",
  "Title": "Logistic Regression Equivalence",
  "Description": "Tools for assessing equivalence of similar Logistic\nRegression models.",
  "Author": "Guy Ashiri-Prossner",
  "Maintainer": "Guy Ashiri-Prossner <guy.ashiri@mail.huji.ac.il>",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "License": "MIT + file LICENSE",
  "VignetteBuilder": "knitr",
  "LazyData": "true",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-10 06:33:35 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2022-02-21 14:40:02 UTC",
  "RemoteUrl": "https://github.com/cran/LogRegEquiv",
  "RemoteRef": "HEAD",
  "RemoteSha": "7720e84022a62547aab49bdea6e8222f656dec8d",
  "MD5sum": "ec6754375b4385d0b86751cfd97eac5f",
  "_user": "cran",
  "_type": "src",
  "_file": "LogRegEquiv_0.1.5.tar.gz",
  "_fileid": "14eab905119281c6fef4e5c54fa547f79b34f1da4efb609509b13acf0e7a7f79",
  "_filesize": 200441,
  "_sha256": "14eab905119281c6fef4e5c54fa547f79b34f1da4efb609509b13acf0e7a7f79",
  "_created": "2026-05-10T06:33:35.000Z",
  "_published": "2026-05-22T12:38:13.499Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77380885058,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6901624853"
    },
    {
      "job": 77380885596,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6901624288"
    },
    {
      "job": 77380884226,
      "time": 159,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6901613704"
    },
    {
      "job": 77380884458,
      "time": 89,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160647120"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25621875684",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/LogRegEquiv",
  "_commit": {
    "id": "7720e84022a62547aab49bdea6e8222f656dec8d",
    "author": "Guy Ashiri-Prossner <guy.ashiri@mail.huji.ac.il>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.5\n",
    "time": 1645454402
  },
  "_maintainer": {
    "name": "Guy Ashiri-Prossner",
    "email": "guy.ashiri@mail.huji.ac.il"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 197,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/LogRegEquiv"
  },
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/LogRegEquiv.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2021-08-13"
    },
    {
      "version": "0.1.5",
      "date": "2022-02-21"
    }
  ],
  "_exports": [
    "beta_equivalence",
    "brier_score",
    "descriptive_equiv",
    "individual_predictive_equiv",
    "performance_equiv",
    "sigmoid"
  ],
  "_datasets": [
    {
      "name": "ptg_stud_data",
      "title": "Student Performance Data Set",
      "object": "ptg_stud_data",
      "class": [
        "data.frame"
      ],
      "fields": [
        "school",
        "sex",
        "age",
        "address",
        "famsize",
        "Pstatus",
        "Medu",
        "Fedu",
        "Mjob",
        "Fjob",
        "reason",
        "guardian",
        "traveltime",
        "studytime",
        "failures",
        "schoolsup",
        "famsup",
        "paid",
        "activities",
        "nursery",
        "higher",
        "internet",
        "romantic",
        "famrel",
        "freetime",
        "goout",
        "Dalc",
        "Walc",
        "health",
        "absences",
        "final_fail"
      ],
      "rows": 649,
      "table": true,
      "tojson": true
    },
    {
      "name": "ptg_stud_f_test",
      "title": "Student Performance Data Set - female testing data",
      "object": "ptg_stud_f_test",
      "class": [
        "data.frame"
      ],
      "fields": [
        "school",
        "age",
        "address",
        "famsize",
        "Pstatus",
        "Medu",
        "Fedu",
        "Mjob",
        "Fjob",
        "reason",
        "guardian",
        "traveltime",
        "studytime",
        "failures",
        "schoolsup",
        "famsup",
        "paid",
        "activities",
        "nursery",
        "higher",
        "internet",
        "romantic",
        "famrel",
        "freetime",
        "goout",
        "Dalc",
        "Walc",
        "health",
        "absences",
        "final_fail"
      ],
      "rows": 77,
      "table": true,
      "tojson": true
    },
    {
      "name": "ptg_stud_f_train",
      "title": "Student Performance Data Set - female training data",
      "object": "ptg_stud_f_train",
      "class": [
        "data.frame"
      ],
      "fields": [
        "school",
        "age",
        "address",
        "famsize",
        "Pstatus",
        "Medu",
        "Fedu",
        "Mjob",
        "Fjob",
        "reason",
        "guardian",
        "traveltime",
        "studytime",
        "failures",
        "schoolsup",
        "famsup",
        "paid",
        "activities",
        "nursery",
        "higher",
        "internet",
        "romantic",
        "famrel",
        "freetime",
        "goout",
        "Dalc",
        "Walc",
        "health",
        "absences",
        "final_fail"
      ],
      "rows": 306,
      "table": true,
      "tojson": true
    },
    {
      "name": "ptg_stud_m_test",
      "title": "Student Performance Data Set - male testing data",
      "object": "ptg_stud_m_test",
      "class": [
        "data.frame"
      ],
      "fields": [
        "school",
        "age",
        "address",
        "famsize",
        "Pstatus",
        "Medu",
        "Fedu",
        "Mjob",
        "Fjob",
        "reason",
        "guardian",
        "traveltime",
        "studytime",
        "failures",
        "schoolsup",
        "famsup",
        "paid",
        "activities",
        "nursery",
        "higher",
        "internet",
        "romantic",
        "famrel",
        "freetime",
        "goout",
        "Dalc",
        "Walc",
        "health",
        "absences",
        "final_fail"
      ],
      "rows": 53,
      "table": true,
      "tojson": true
    },
    {
      "name": "ptg_stud_m_train",
      "title": "Student Performance Data Set - male training data",
      "object": "ptg_stud_m_train",
      "class": [
        "data.frame"
      ],
      "fields": [
        "school",
        "age",
        "address",
        "famsize",
        "Pstatus",
        "Medu",
        "Fedu",
        "Mjob",
        "Fjob",
        "reason",
        "guardian",
        "traveltime",
        "studytime",
        "failures",
        "schoolsup",
        "famsup",
        "paid",
        "activities",
        "nursery",
        "higher",
        "internet",
        "romantic",
        "famrel",
        "freetime",
        "goout",
        "Dalc",
        "Walc",
        "health",
        "absences",
        "final_fail"
      ],
      "rows": 213,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "beta_equivalence",
      "title": "beta_equivalence function",
      "topics": [
        "beta_equivalence"
      ]
    },
    {
      "page": "brier_score",
      "title": "brier_score function",
      "topics": [
        "brier_score"
      ]
    },
    {
      "page": "descriptive_equiv",
      "title": "descriptive_equiv function",
      "topics": [
        "descriptive_equiv"
      ]
    },
    {
      "page": "individual_predictive_equiv",
      "title": "individual_predictive_equiv function",
      "topics": [
        "individual_predictive_equiv"
      ]
    },
    {
      "page": "performance_equiv",
      "title": "performance_equiv function",
      "topics": [
        "performance_equiv"
      ]
    },
    {
      "page": "ptg_stud_data",
      "title": "Student Performance Data Set",
      "topics": [
        "ptg_stud_data"
      ]
    },
    {
      "page": "ptg_stud_f_test",
      "title": "Student Performance Data Set - female testing data",
      "topics": [
        "ptg_stud_f_test"
      ]
    },
    {
      "page": "ptg_stud_f_train",
      "title": "Student Performance Data Set - female training data",
      "topics": [
        "ptg_stud_f_train"
      ]
    },
    {
      "page": "ptg_stud_m_test",
      "title": "Student Performance Data Set - male testing data",
      "topics": [
        "ptg_stud_m_test"
      ]
    },
    {
      "page": "ptg_stud_m_train",
      "title": "Student Performance Data Set - male training data",
      "topics": [
        "ptg_stud_m_train"
      ]
    },
    {
      "page": "sigmoid",
      "title": "Sigmoid function",
      "topics": [
        "sigmoid"
      ]
    }
  ],
  "_readme": "https://github.com/cran/LogRegEquiv/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "my-vignette.Rmd",
      "filename": "my-vignette.html",
      "title": "LogRegEquiv Vignette",
      "author": "Guy Ashiri-Prossner",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Descriptive Equivalence Testing",
        "Individual Predictive Equivalence Testing",
        "Performance Equivalence Testing"
      ],
      "created": "2021-08-13 08:10:07",
      "modified": "2022-02-21 14:40:02",
      "commits": 2
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "logregequiv",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-10T06:35:33.000Z",
      "distro": "noble",
      "commit": "7720e84022a62547aab49bdea6e8222f656dec8d",
      "fileid": "7c4d0f420c7bb5b8a067c036d2ce70f87770effd1410b1c329cd5788771ab28f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25621875684"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-10T06:35:28.000Z",
      "distro": "noble",
      "commit": "7720e84022a62547aab49bdea6e8222f656dec8d",
      "fileid": "b84f69dab2463fbd27e7fe7814827c206702c06eaabe9315a7c27e42e8df4554",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25621875684"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.5",
      "date": "2026-05-22T12:37:56.000Z",
      "commit": "7720e84022a62547aab49bdea6e8222f656dec8d",
      "fileid": "c17406d7b7b6fec194442c3595265f04f401ccb8fea54e2ee57d85157c2aad46",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25621875684"
    }
  ]
}