{
  "_id": "6a1fd210b401979e734358fc",
  "Package": "phiDelta",
  "Type": "Package",
  "Title": "Tool for Phi Delta Analysis of Features",
  "Version": "1.0.1",
  "Author": "Nikolas Rothe and Ursula Neumann",
  "Maintainer": "Ursula Neumann <ursula.neumann@uni-marburg.de>",
  "Description": "Analysis of features by phi delta diagrams. In particular,\nfunctions for reading data and calculating phi and delta as\nwell as the functionality to plot it. Moreover it is possible\nto do further analysis on the data by generating rankings. For\nmore information on phi delta diagrams, see also Giuliano\nArmano (2015) <doi:10.1016/j.ins.2015.07.028>.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "6.0.1.9000",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 07:02:30 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2018-05-08 07:27:22 UTC",
  "RemoteUrl": "https://github.com/cran/phiDelta",
  "RemoteRef": "HEAD",
  "RemoteSha": "db69eeaa4b72bf68a382212dce44768079ca8720",
  "MD5sum": "604bb1b736a45007ace52fb37562d5dd",
  "_user": "cran",
  "_type": "src",
  "_file": "phiDelta_1.0.1.tar.gz",
  "_fileid": "de38f5b76e1d66ec732c5d6e359afeed1a161c28965300d94cc02c5a39f1cd5e",
  "_filesize": 130950,
  "_sha256": "de38f5b76e1d66ec732c5d6e359afeed1a161c28965300d94cc02c5a39f1cd5e",
  "_created": "2026-06-03T07:02:30.000Z",
  "_published": "2026-06-03T07:04:48.296Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79239747776,
      "time": 94,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7377857494"
    },
    {
      "job": 79239747832,
      "time": 104,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7377860345"
    },
    {
      "job": 79239339818,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7377830058"
    },
    {
      "job": 79239747821,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7377858754"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26868862224",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/phiDelta",
  "_commit": {
    "id": "db69eeaa4b72bf68a382212dce44768079ca8720",
    "author": "Ursula Neumann <ursula.neumann@uni-marburg.de>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.1\n",
    "time": 1525764442
  },
  "_maintainer": {
    "name": "Ursula Neumann",
    "email": "ursula.neumann@uni-marburg.de"
  },
  "_registered": true,
  "_dependencies": [],
  "_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": 30,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/phiDelta"
  },
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/phiDelta.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2018-05-08"
    }
  ],
  "_exports": [
    "borders",
    "c_matrices",
    "c_statistics",
    "calculate_delta",
    "calculate_entropy",
    "calculate_phi",
    "calculate_ratio",
    "crossings",
    "dist_to_middle",
    "dist_to_top",
    "iso_accuracy",
    "iso_entropy_curve",
    "iso_negative_predictive_value",
    "iso_precision",
    "iso_sensitivity",
    "iso_specificity",
    "n_matrices",
    "phiDelta_from_data",
    "phiDelta_plot_from_data",
    "phiDelta.convert",
    "phiDelta.plot",
    "phiDelta.stats",
    "rank_stats",
    "symmetric_distance"
  ],
  "_datasets": [
    {
      "name": "climate_data",
      "title": "Meteorological data for feature selection analysis",
      "object": "climate_data",
      "class": [
        "data.frame"
      ],
      "fields": [
        "RainBool",
        "date",
        "Tmin",
        "Tmax",
        "SunAvg",
        "RelHumAvg",
        "WindForceAvg"
      ],
      "rows": 29,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "borders",
      "title": "borders of the phi delta space",
      "topics": [
        "borders"
      ]
    },
    {
      "page": "c_matrices",
      "title": "confusion matrices",
      "topics": [
        "c_matrices"
      ]
    },
    {
      "page": "c_statistics",
      "title": "Raw Confusion Statistics",
      "topics": [
        "c_statistics"
      ]
    },
    {
      "page": "calculate_delta",
      "title": "calculate delta",
      "topics": [
        "calculate_delta"
      ]
    },
    {
      "page": "calculate_entropy",
      "title": "calculate entropy",
      "topics": [
        "calculate_entropy"
      ]
    },
    {
      "page": "calculate_phi",
      "title": "calculate phi",
      "topics": [
        "calculate_phi"
      ]
    },
    {
      "page": "calculate_ratio",
      "title": "calculate ratio",
      "topics": [
        "calculate_ratio"
      ]
    },
    {
      "page": "climate_data",
      "title": "Meteorological data for feature selection analysis",
      "topics": [
        "climate_data"
      ]
    },
    {
      "page": "crossings",
      "title": "Diagram crossings",
      "topics": [
        "crossings"
      ]
    },
    {
      "page": "dist_to_middle",
      "title": "distance to the middle of the space",
      "topics": [
        "dist_to_middle"
      ]
    },
    {
      "page": "dist_to_top",
      "title": "distance to top or bottom",
      "topics": [
        "dist_to_top"
      ]
    },
    {
      "page": "iso_accuracy",
      "title": "isometric accuracy lines",
      "topics": [
        "iso_accuracy"
      ]
    },
    {
      "page": "iso_entropy_curve",
      "title": "isometric entropy",
      "topics": [
        "iso_entropy_curve"
      ]
    },
    {
      "page": "iso_negative_predictive_value",
      "title": "isometric negative predictive value lines",
      "topics": [
        "iso_negative_predictive_value"
      ]
    },
    {
      "page": "iso_precision",
      "title": "isometric precision lines",
      "topics": [
        "iso_precision"
      ]
    },
    {
      "page": "iso_sensitivity",
      "title": "isometric sensitivity lines",
      "topics": [
        "iso_sensitivity"
      ]
    },
    {
      "page": "iso_specificity",
      "title": "isometric specificity lines",
      "topics": [
        "iso_specificity"
      ]
    },
    {
      "page": "n_matrices",
      "title": "normalized confusion matrices",
      "topics": [
        "n_matrices"
      ]
    },
    {
      "page": "phiDelta_from_data",
      "title": "phi delta matrix",
      "topics": [
        "phiDelta_from_data"
      ]
    },
    {
      "page": "phiDelta_plot_from_data",
      "title": "phi delta plot of raw statistic data",
      "topics": [
        "phiDelta_plot_from_data"
      ]
    },
    {
      "page": "phiDelta.convert",
      "title": "Convertion of specificity and sensitivity to phi and delta",
      "topics": [
        "phiDelta.convert"
      ]
    },
    {
      "page": "phiDelta.plot",
      "title": "Plot of phi delta diagram",
      "topics": [
        "phiDelta.plot"
      ]
    },
    {
      "page": "phiDelta.stats",
      "title": "Phi delta statistics from dataframe",
      "topics": [
        "phiDelta.stats"
      ]
    },
    {
      "page": "rank_stats",
      "title": "ranking of the features",
      "topics": [
        "rank_stats"
      ]
    },
    {
      "page": "symmetric_distance",
      "title": "X symmetric distance of a point",
      "topics": [
        "symmetric_distance"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "phidelta",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-03T07:04:15.000Z",
      "distro": "noble",
      "commit": "db69eeaa4b72bf68a382212dce44768079ca8720",
      "fileid": "57be29e304d7ef8a1487373693df746b2fc3353a55979a4ad30f5e523321d0b6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26868862224"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-03T07:04:23.000Z",
      "distro": "noble",
      "commit": "db69eeaa4b72bf68a382212dce44768079ca8720",
      "fileid": "5d01030f2db95ca942f5c1c8f2d95579aef45f13da3f5850e7a90f9ad9de4454",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26868862224"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-06-03T07:04:27.000Z",
      "commit": "db69eeaa4b72bf68a382212dce44768079ca8720",
      "fileid": "06c654d7e8c308d5604888801a34bccdfc71d738a9816d03c92d6a4c201890a5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26868862224"
    }
  ]
}