Package robis. July 2, 2018

Size: px
Start display at page:

Download "Package robis. July 2, 2018"

Transcription

1 Package robis July 2, 2018 Title Ocean Biogeographic Information System (OBIS) Client Client for the Ocean Biogeographic Information System (< Includes functions for each of the API methods, including searching for occurrences, creating a checklist, searching for datasets and for visualizing the results. Version Date URL BugReports Depends R (>= 3.1.3) Imports httr, dplyr, jsonlite, leaflet License MIT + file LICENSE Suggests testthat RoxygenNote NeedsCompilation no Author Pieter Provoost [aut], Samuel Bosch [cre, aut], Ward Appeltans [ctb], OBIS [cph] Maintainer Samuel Bosch <mail@samuelbosch.com> Repository CRAN Date/Publication :00:03 UTC R topics documented: area checklist dataset dataset_by_id group leafletmap

2 2 checklist node occurrence qc qcflags robis taxon taxon_common Index 14 area Fetch areas. Fetch areas. area( = FALSE) The areas. occurrence checklist node group dataset taxon checklist Generate checklists. Generate checklists. checklist(scientificname = NULL, year = NULL, obisid = NULL, aphiaid = NULL, groupid = NULL, resourceid = NULL, areaid = NULL, startdate = NULL, enddate = NULL, startdepth = NULL, enddepth = NULL, geometry = NULL, qc = NULL, fields = NULL, = FALSE)

3 checklist 3 scientificname character vector. The full scientific name, with authorship and date information if known. year obisid aphiaid integer vector. The year in which the Event occurred. integer vector. The OBIS identifier of the species. integer vector. The WoRMS identifier of the species. groupid integer. The taxonomic group id. See also group for the list of taxonomic groups. resourceid areaid startdate enddate startdepth enddepth geometry qc fields integer vector. The dataset identifier. See also dataset for querying the list of datasets. integer vector. The OBIS area identifier (country, marine world heritage site, ABNJ, EBSA,...). See also area for the list of areas. The earliest date on which the Event occurred. The latest date on which the Event occurred. The minimum depth below the sea surface. The maximum depth below the sea surface. A wkt geometry string. A vector of quality control flags you want to filter on. List of QC flags. A vector of field names you want to have returned in order, by default all fields with values are returned. The checklist. occurrence dataset area Examples taxa <- checklist(scientificname = c("pterois volitans", "Voluta musica")) taxa <- checklist(aphiaid = , year = 2000:2002, fields = c("species", "records"))

4 4 dataset dataset Fetch dataset metadata. dataset returns dataset metadata based on the id or some query parameters. dataset(id = NULL, scientificname = NULL, q = NULL, obisid = NULL, aphiaid = NULL, groupid = NULL, areaid = NULL, nodeid = NULL, startdate = NULL, enddate = NULL, startdepth = NULL, enddepth = NULL, geometry = NULL, = FALSE) id integer vector. One or more dataset ids, if provided all the other query parameters will be ignored. scientificname character vector. The full scientific name, with authorship and date information if known. q obisid aphiaid character. The search string. integer vector. The OBIS identifier of the species. integer vector. The WoRMS identifier of the species. groupid integer. The taxonomic group id. See also group for the list of taxonomic groups. areaid nodeid startdate enddate startdepth enddepth geometry The dataset metadata records. Examples integer vector. The OBIS area identifier (country, marine world heritage site, ABNJ, EBSA,...). See also area for the list areas. integer vector. The OBIS node identifier. See also node for the list of nodes. The earliest date on which the Event occurred. The latest date on which the Event occurred. The minimum depth below the sea surface. The maximum depth below the sea surface. A wkt geometry string. datasets <- dataset(id = 1) datasets <- dataset(q = "MICROBIS") datasets <- dataset(nodeid = c(0,1))

5 dataset_by_id 5 dataset_by_id Fetch dataset metadata by id. dataset_by_id is an internal method for fetching dataset metadata based on the internal identifier. dataset_by_id(id, = FALSE) id numeric. One or more dataset ids. The dataset metadata records. group Fetch taxonomic groups Fetch taxonomic groups group( = FALSE) The taxonomic groups. occurrence checklist node area dataset taxon

6 6 node leafletmap Create a Leaflet map. Create a Leaflet map. leafletmap(data, popup = NULL) data popup occurrence records you want to map, minimal required fields are decimallongitude and decimallatitude. Column to be used for popups. HTML widget object. occurrence node Fetch nodes Fetch nodes node( = FALSE) The nodes. occurrence checklist group area dataset taxon

7 occurrence 7 occurrence Find occurrences. Find occurrences. occurrence(scientificname = NULL, year = NULL, obisid = NULL, aphiaid = NULL, groupid = NULL, resourceid = NULL, nodeid = NULL, areaid = NULL, startdate = NULL, enddate = NULL, startdepth = NULL, enddepth = NULL, geometry = NULL, qc = NULL, fields = NULL, = FALSE) scientificname character vector. The full scientific name, with authorship and date information if known. year obisid aphiaid integer vector. The year in which the Event occurred. integer vector. The OBIS identifier of the species. integer vector. The WoRMS identifier of the species. groupid integer. The taxonomic group id. See also group for the list of taxonomic groups. resourceid nodeid areaid startdate enddate startdepth enddepth geometry qc fields The occurrence records. integer vector. The dataset identifier. See also dataset for querying the list of datasets. integer vector. The OBIS node identifier. See also node for the list of nodes. integer vector. The OBIS area identifier (country, marine world heritage site, ABNJ, EBSA,...). See also area for the list of areas. The earliest date on which the Event occurred. The latest date on which the Event occurred. The minimum depth below the sea surface. The maximum depth below the sea surface. A wkt geometry string. A vector of quality control flags you want to filter on. List of QC flags. A vector of field names you want to have returned in order, by default all fields with values are returned.

8 8 qc leafletmap qcflags checklist dataset area node group Examples records <- occurrence(scientificname = "Abra sibogai") records <- occurrence(aphiaid = , startdate = as.date(" ")) records <- occurrence(aphiaid = , geometry = "POLYGON ((0 0, 0 45, 45 45, 45 0, 0 0))") records <- occurrence(scientificname = "Abra sibogai", qc = c(1:6, 27)) records <- occurrence(scientificname = "Abra sibogai", fields = c("species", "decimallongitude", "decimallatitude")) qc Quality control flags Details Quality control flags At the moment there are 29 QC flags, numbered from 1 to 30 with disabled flag (qc 8, 9 and 20). 1. OBIS data format: are the required fields from the OBIS Schema completed? 2. Taxonomy: is the taxon name matched to WoRMS? 3. Taxonomy: is the taxon level genus or lower? 4. Geography (lat/lon): are the latitude/longitude values different from zero? 5. Geography (lat/lon): are the latitude/longitude values within their possible boundaries? (world coordinates) 6. Geography (lat/lon): are the coordinates situated in sea or along the coastline (20 km buffer)? 7. Completeness (date/time): is the sampling year (start/end) completed and valid? 10. OBIS data format: is the Basis of Record documented, and is an existing OBIS code used? 11. Completeness (date/time): is the sampling date (year/month/day; start/end) valid? 12. Completeness (date/time): if a start and end date are given, is the start before the end? 13. Completeness (date/time): if a sampling time is given, is this valid and is the time zone completed? 14. Completeness (presence/abundance/biomass): is the value of the field ObservedIndividualCount empty or >0? 15. Completeness (presence/abundance/biomass): is the value of the field Observedweight empty or >0? 16. Completeness (presence/abundance/biomass): is the field SampleSize completed if the field ObservedIndividualCount is >0?

9 qcflags 9 References 17. OBIS data format: is the value of the field Sex empty or is an existing OBIS code used? 18. Geography (depth): is minimum depth <= maximum depth? 19. Geography (depth): is the sampling depth possible when compared with GEBCO depth map (incl. margin)? 21. Species outliers (environment/depth): is the observation within six MADs from the median depth of this taxon? 22. Species outliers (environment/depth): is the observation within three IQRs from the first & third quartile depth of this taxon? 23. Species outliers (environment/sss): is the observation within six MADs from the median sea surface salinity (SSS) of this taxon? 24. Species outliers (environment/sss): is the observation within three IQRs from the first & third quartile sea surface salinity (SSS) of this taxon? 25. Species outliers (environment/sst): is the observation within six MADs from the median sea surface temperature (SST) of this taxon? 26. Species outliers (environment/sst): is the observation within three IQRs from the first & third quartile sea surface temperature (SST) of this taxon? 27. Species outliers (geography): is the observation within six MADs from the distance to the geographic centroid of this taxon? 28. Species outliers (geography): is the observation within three IQRs from the first & third quartile distance to the geographic centroid of this taxon? 29. Dataset outliers (geography): is the observation within six MADs from the distance to the geographic centroid of this dataset? 30. Dataset outliers (geography): is the observation within three IQRs from the first & third quartile distance to the geographic centroid of this dataset? Vandepitte, L., Bosch, S., Tyberghein, L., Waumans, F., Vanhoorne, B., Hernandez, F.,??? Mees, J. (2015). Fishing for data and sorting the catch: assessing the data quality, completeness and fitness for use of data in marine biogeographic databases. Database, 2015, bau125???bau125. doi: /database/bau125 qcflags qcflags Count QC flags set. Count QC flags set.

10 10 qcflags qcflags(qc, id) qc id The QC value as returned from the occurrence method. The QC flag ids. Details At the moment there are 27 QC flags, numbered from 1 to 30 with disabled flag (qc 8, 9 and 20). 1. OBIS data format: are the required fields from the OBIS Schema completed? 2. Taxonomy: is the taxon name matched to WoRMS? 3. Taxonomy: is the taxon level genus or lower? 4. Geography (lat/lon): are the latitude/longitude values different from zero? 5. Geography (lat/lon): are the latitude/longitude values within their possible boundaries? (world coordinates) 6. Geography (lat/lon): are the coordinates situated in sea or along the coastline (20 km buffer)? 7. Completeness (date/time): is the sampling year (start/end) completed and valid? 10. OBIS data format: is the Basis of Record documented, and is an existing OBIS code used? 11. Completeness (date/time): is the sampling date (year/month/day; start/end) valid? 12. Completeness (date/time): if a start and end date are given, is the start before the end? 13. Completeness (date/time): if a sampling time is given, is this valid and is the time zone completed? 14. Completeness (presence/abundance/biomass): is the value of the field ObservedIndividualCount empty or >0? 15. Completeness (presence/abundance/biomass): is the value of the field Observedweight empty or >0? 16. Completeness (presence/abundance/biomass): is the field SampleSize completed if the field ObservedIndividualCount is >0? 17. OBIS data format: is the value of the field Sex empty or is an existing OBIS code used? 18. Geography (depth): is minimum depth <= maximum depth? 19. Geography (depth): is the sampling depth possible when compared with GEBCO depth map (incl. margin)? 21. Species outliers (environment/depth): is the observation within six MADs from the median depth of this taxon? 22. Species outliers (environment/depth): is the observation within three IQRs from the first & third quartile depth of this taxon? 23. Species outliers (environment/sss): is the observation within six MADs from the median sea surface salinity (SSS) of this taxon?

11 robis Species outliers (environment/sss): is the observation within three IQRs from the first & third quartile sea surface salinity (SSS) of this taxon? 25. Species outliers (environment/sst): is the observation within six MADs from the median sea surface temperature (SST) of this taxon? 26. Species outliers (environment/sst): is the observation within three IQRs from the first & third quartile sea surface temperature (SST) of this taxon? 27. Species outliers (geography): is the observation within six MADs from the distance to the geographic centroid of this taxon? 28. Species outliers (geography): is the observation within three IQRs from the first & third quartile distance to the geographic centroid of this taxon? 29. Dataset outliers (geography): is the observation within six MADs from the distance to the geographic centroid of this dataset? 30. Dataset outliers (geography): is the observation within three IQRs from the first & third quartile distance to the geographic centroid of this dataset? Number of QC flags set. References Vandepitte, L., Bosch, S., Tyberghein, L., Waumans, F., Vanhoorne, B., Hernandez, F.,??? Mees, J. (2015). Fishing for data and sorting the catch: assessing the data quality, completeness and fitness for use of data in marine biogeographic databases. Database, 2015, bau125???bau125. http: //dx.doi.org/ /database/bau125 occurrence leafletmap robis robis: R client for the OBIS API Work in progress

12 12 taxon_common taxon Fetch one taxon. taxon fetches information for a specific taxon. taxon(obisid = NULL, aphiaid = NULL, scientificname = NULL, = FALSE) obisid integer. The OBIS identifier of the species. aphiaid integer. The WoRMS identifier of the species. scientificname character. The full scientific name, with authorship and date information if known. The areas. taxon_common occurrence checklist node area dataset group taxon_common Fetch common names. Fetch common names. taxon_common(obisid, = FALSE) obisid numeric. OBIS identifier for the taxon. The areas.

13 taxon_common 13 taxon_common occurrence checklist node area dataset group

14 Index area, 2, 3 8, 12, 13 checklist, 2, 2, 5, 6, 8, 12, 13 dataset, 2, 3, 4, 5 8, 12, 13 dataset_by_id, 5 group, 2 4, 5, 6 8, 12, 13 leafletmap, 6, 8, 11 node, 2, 4, 5, 6, 7, 8, 12, 13 occurrence, 2, 3, 5, 6, 7, qc, 8 QC flags, 3, 7 qcflags, 8, 9, 9 robis, 11 robis-package (robis), 11 taxon, 2, 5, 6, 12 taxon_common, 12, 12, 13 14

Package rdefra. March 20, 2017

Package rdefra. March 20, 2017 Package rdefra March 20, 2017 Title Interact with the UK AIR Pollution Database from DEFRA Version 0.3.4 Maintainer Claudia Vitolo URL https://github.com/ropensci/rdefra BugReports

More information

Package owmr. January 14, 2017

Package owmr. January 14, 2017 Title OpenWeatherMap API Wrapper Version 0.7.2 Package owmr January 14, 2017 Accesses OpenWeatherMap's (owm) API. 'owm' itself is a service providing weather data in the past,

More information

Package polypoly. R topics documented: May 27, 2017

Package polypoly. R topics documented: May 27, 2017 Package polypoly May 27, 2017 Title Helper Functions for Orthogonal Polynomials Version 0.0.2 Tools for reshaping, plotting, and manipulating matrices of orthogonal polynomials. Depends R (>= 3.3.3) License

More information

Package invgamma. May 7, 2017

Package invgamma. May 7, 2017 Package invgamma May 7, 2017 Type Package Title The Inverse Gamma Distribution Version 1.1 URL https://github.com/dkahle/invgamma BugReports https://github.com/dkahle/invgamma/issues Description Light

More information

Package camsrad. November 30, 2016

Package camsrad. November 30, 2016 Type Package Title Client for CAMS Radiation Service Version 0.3.0 Package camsrad November 30, 2016 Maintainer Lukas Lundstrom Copernicus Atmosphere Monitoring Service (CAMS) radiations

More information

Package depth.plot. December 20, 2015

Package depth.plot. December 20, 2015 Package depth.plot December 20, 2015 Type Package Title Multivariate Analogy of Quantiles Version 0.1 Date 2015-12-19 Maintainer Could be used to obtain spatial depths, spatial ranks and outliers of multivariate

More information

Package cartogram. June 21, 2018

Package cartogram. June 21, 2018 Title Create Cartograms with R Version 0.1.0 Package cartogram June 21, 2018 Description Construct continuous and non-contiguous area cartograms. URL https://github.com/sjewo/cartogram BugReports https://github.com/sjewo/cartogram/issues

More information

Package BNN. February 2, 2018

Package BNN. February 2, 2018 Type Package Package BNN February 2, 2018 Title Bayesian Neural Network for High-Dimensional Nonlinear Variable Selection Version 1.0.2 Date 2018-02-02 Depends R (>= 3.0.2) Imports mvtnorm Perform Bayesian

More information

Package weathercan. July 5, 2018

Package weathercan. July 5, 2018 Type Package Package weathercan July 5, 2018 Title Download Weather Data from the Environment and Climate Change Canada Website Version 0.2.7 Provides means for downloading historical weather data from

More information

Package bomrang. August 15, 2018

Package bomrang. August 15, 2018 Type Package Package bomrang August 15, 2018 Title Australian Government Bureau of Meteorology (BOM) Data from R Version 0.3.0 Provides functions to interface with Australian Government Bureau of Meteorology

More information

Package gtheory. October 30, 2016

Package gtheory. October 30, 2016 Package gtheory October 30, 2016 Version 0.1.2 Date 2016-10-22 Title Apply Generalizability Theory with R Depends lme4 Estimates variance components, generalizability coefficients, universe scores, and

More information

Package Tcomp. June 6, 2018

Package Tcomp. June 6, 2018 Package Tcomp June 6, 2018 Title Data from the 2010 Tourism Forecasting Competition Version 1.0.1 The 1311 time series from the tourism forecasting competition conducted in 2010 and described in Athanasopoulos

More information

Package hddtools. August 9, 2018

Package hddtools. August 9, 2018 Title Hydrological Data Discovery Tools Version 0.8.2 Package hddtools August 9, 2018 Maintainer Claudia Vitolo URL http://ropensci.github.io/hddtools, https://github.com/ropensci/hddtools

More information

Package RSwissMaps. October 3, 2017

Package RSwissMaps. October 3, 2017 Title Plot and Save Customised Swiss Maps Version 0.1.0 Package RSwissMaps October 3, 2017 Allows to link data to Swiss administrative divisions (municipalities, districts, cantons) and to plot and save

More information

Package MultisiteMediation

Package MultisiteMediation Version 0.0.1 Date 2017-02-25 Package MultisiteMediation February 26, 2017 Title Causal Mediation Analysis in Multisite Trials Author Xu Qin, Guanglei Hong Maintainer Xu Qin Depends

More information

Package robustrao. August 14, 2017

Package robustrao. August 14, 2017 Type Package Package robustrao August 14, 2017 Title An Extended Rao-Stirling Diversity Index to Handle Missing Data Version 1.0-3 Date 2016-01-31 Author María del Carmen Calatrava Moreno [aut, cre], Thomas

More information

Package Metrics. November 3, 2017

Package Metrics. November 3, 2017 Version 0.1.3 Title Evaluation Metrics for Machine Learning Package Metrics November 3, 2017 An implementation of evaluation metrics in R that are commonly used in supervised machine learning. It implements

More information

Package RTransferEntropy

Package RTransferEntropy Type Package Package RTransferEntropy March 12, 2019 Title Measuring Information Flow Between Time Series with Shannon and Renyi Transfer Entropy Version 0.2.8 Measuring information flow between time series

More information

Package GSODR. March 30, 2018

Package GSODR. March 30, 2018 Type Package Package GSODR March 30, 2018 Title Global Surface Summary of the Day (GSOD) Weather Data from R Version 1.2.0 URL https://github.com/ropensci/gsodr BugReports https://github.com/ropensci/gsodr/issues

More information

Package covsep. May 6, 2018

Package covsep. May 6, 2018 Package covsep May 6, 2018 Title Tests for Determining if the Covariance Structure of 2-Dimensional Data is Separable Version 1.1.0 Author Shahin Tavakoli [aut, cre], Davide Pigoli [ctb], John Aston [ctb]

More information

Package velociraptr. February 15, 2017

Package velociraptr. February 15, 2017 Type Package Title Fossil Analysis Version 1.0 Author Package velociraptr February 15, 2017 Maintainer Andrew A Zaffos Functions for downloading, reshaping, culling, cleaning, and analyzing

More information

Package Delaporte. August 13, 2017

Package Delaporte. August 13, 2017 Type Package Package Delaporte August 13, 2017 Title Statistical Functions for the Delaporte Distribution Version 6.1.0 Date 2017-08-13 Description Provides probability mass, distribution, quantile, random-variate

More information

Package supernova. February 23, 2018

Package supernova. February 23, 2018 Type Package Package supernova February 23, 2018 Title Judd & McClelland Formatting for ANOVA Output Version 1.0 Date 2018-02-09 LazyData yes Produces ANOVA tables in the format used by Judd, McClelland,

More information

Package msu. September 30, 2017

Package msu. September 30, 2017 Package msu September 30, 2017 Title Multivariate Symmetric Uncertainty and Other Measurements Version 0.0.1 Estimators for multivariate symmetrical uncertainty based on the work of Gustavo Sosa et al.

More information

Package scpdsi. November 18, 2018

Package scpdsi. November 18, 2018 Type Package Package scpdsi November 18, 2018 Title Calculation of the Conventional and Self-Calibrating Palmer Drought Severity Index Version 0.1.3 Date 2018-11-18 Description Calculating the monthly

More information

Package cvequality. March 31, 2018

Package cvequality. March 31, 2018 Package cvequality March 31, 2018 Type Package Title Tests for the Equality of Coefficients of Variation from Multiple Groups Version 0.1.3 Maintainer Ben Marwick Contains functions

More information

NOAA Deep Sea Coral Research and Technology Program

NOAA Deep Sea Coral Research and Technology Program NOAA Deep Sea Coral Research and Technology Program Robert McGuinn, Conservation Biologist Data System Manager Robert.McGuinn@noaa.gov 843-762-8640 Presentation Update: 03/23/2015 NOAA - NMFS DSC-RTP Tom

More information

Package milineage. October 20, 2017

Package milineage. October 20, 2017 Type Package Package milineage October 20, 2017 Title Association Tests for Microbial Lineages on a Taxonomic Tree Version 2.0 Date 2017-10-18 Author Zheng-Zheng Tang Maintainer Zheng-Zheng Tang

More information

Package jmcm. November 25, 2017

Package jmcm. November 25, 2017 Type Package Package jmcm November 25, 2017 Title Joint Mean-Covariance Models using 'Armadillo' and S4 Version 0.1.8.0 Maintainer Jianxin Pan Fit joint mean-covariance models

More information

Package nowcasting. April 25, Type Package

Package nowcasting. April 25, Type Package Type Package Package nowcasting April 25, 2018 Title Nowcast Analysis and Create Real-Time Data Basis Version 0.1.3 Depends R (>= 3.4.0) Date 2018-04-25 Maintainer Daiane Marcolino de Mattos

More information

Package HIMA. November 8, 2017

Package HIMA. November 8, 2017 Type Package Title High-Dimensional Mediation Analysis Version 1.0.5 Date 2017-11-05 Package HIMA November 8, 2017 Description Allows to estimate and test high-dimensional mediation effects based on sure

More information

Package platetools. R topics documented: June 25, Title Tools and Plots for Multi-Well Plates Version 0.1.1

Package platetools. R topics documented: June 25, Title Tools and Plots for Multi-Well Plates Version 0.1.1 Title Tools and Plots for Multi-Well Plates Version 0.1.1 Package platetools June 25, 2018 Collection of functions for working with multi- microtitre plates, mainly 96, 384 and 1536 plates. Depends R (>=

More information

Package kgc. December 21, Version Date Title Koeppen-Geiger Climatic Zones

Package kgc. December 21, Version Date Title Koeppen-Geiger Climatic Zones Version 1.0.0.2 Date 2017-12-01 Title Koeppen-Geiger Climatic Zones Package kgc December 21, 2017 Author Chelsey Bryant [aut, cre] (0000-0003-3603-4854), Nicholas R. Wheeler [aut] (0000-0003-2248-8919),

More information

Package FinCovRegularization

Package FinCovRegularization Type Package Package FinCovRegularization April 25, 2016 Title Covariance Matrix Estimation and Regularization for Finance Version 1.1.0 Estimation and regularization for covariance matrix of asset returns.

More information

Package funrar. March 5, 2018

Package funrar. March 5, 2018 Title Functional Rarity Indices Computation Version 1.2.2 Package funrar March 5, 2018 Computes functional rarity indices as proposed by Violle et al. (2017) . Various indices

More information

Package thief. R topics documented: January 24, Version 0.3 Title Temporal Hierarchical Forecasting

Package thief. R topics documented: January 24, Version 0.3 Title Temporal Hierarchical Forecasting Version 0.3 Title Temporal Hierarchical Forecasting Package thief January 24, 2018 Methods and tools for generating forecasts at different temporal frequencies using a hierarchical time series approach.

More information

Package countyweather

Package countyweather Package countyweather October 26, 2016 Type Package Title Compiles Meterological Data for U.S. Counties Version 0.1.0 Date 2016-10-25 Interacts with NOAA data sources (including the NCDC API at

More information

Package noncompliance

Package noncompliance Type Package Package noncompliance February 15, 2016 Title Causal Inference in the Presence of Treatment Noncompliance Under the Binary Instrumental Variable Model Version 0.2.2 Date 2016-02-11 A finite-population

More information

Package SK. May 16, 2018

Package SK. May 16, 2018 Type Package Package SK May 16, 2018 Title Segment-Based Ordinary Kriging and Segment-Based Regression Kriging for Spatial Prediction Date 2018-05-10 Version 1.1 Maintainer Yongze Song

More information

Package timelines. August 29, 2016

Package timelines. August 29, 2016 Type Package Title Timeline and Time Duration-Related Tools Version 0.1.1 Date 2016-08-21 Author Dahee Lee [aut, cre], Dustin Tingley [aut] Maintainer Dahee Lee Package timelines August

More information

Package univoutl. January 9, 2018

Package univoutl. January 9, 2018 Type Package Title Detection of Univariate Outliers Version 0.1-4 Date 2017-12-27 Author Marcello D'Orazio Package univoutl January 9, 2018 Maintainer Marcello D'Orazio Depends

More information

Package aspi. R topics documented: September 20, 2016

Package aspi. R topics documented: September 20, 2016 Type Package Title Analysis of Symmetry of Parasitic Infections Version 0.2.0 Date 2016-09-18 Author Matt Wayland Maintainer Matt Wayland Package aspi September 20, 2016 Tools for the

More information

Package sscor. January 28, 2016

Package sscor. January 28, 2016 Type Package Package sscor January 28, 2016 Title Robust Correlation Estimation and Testing Based on Spatial Signs Version 0.2 Date 2016-01-19 Depends pcapp, robustbase, mvtnorm Provides the spatial sign

More information

Guide to the NBN Atlas Occurrence Record Upload Template for species datasets

Guide to the NBN Atlas Occurrence Record Upload Template for species datasets Guide to the NBN Atlas Occurrence Record Upload Template for species datasets Not all fields in the template are required and some can be left blank or removed, but please provide as much information as

More information

Package rwbclimate. February 20, 2015

Package rwbclimate. February 20, 2015 Package rwbclimate Version 0.1.3 License MIT + file LICENSE February 20, 2015 URL http://github.com/ropensci/rwbclimate BugReports http://github.com/ropensci/rwbclimate/issues Type Package Title A package

More information

Package rwunderground

Package rwunderground Type Package Package rwunderground Title R Interface to Weather Underground API Version 0.1.7 Date 2017-11-13 Author Alex Shum November 12, 2017 Maintainer Eric Hare

More information

Package Perc. R topics documented: December 5, Type Package

Package Perc. R topics documented: December 5, Type Package Type Package Package Perc December 5, 2016 Title Using Percolation and Conductance to Find Information Flow Certainty in a Direct Network Version 0.1.2 Date 2016-05-04 To find the certainty of dominance

More information

Package MicroMacroMultilevel

Package MicroMacroMultilevel Type Package Package MicroMacroMultilevel July 1, 2017 Description Most multilevel methodologies can only model macro-micro multilevel situations in an unbiased way, wherein group-level predictors (e.g.,

More information

Package moderndive. July 6, 2018

Package moderndive. July 6, 2018 Type Package Package moderndive July 6, 2018 Title Tidyverse-Friendly Introductory Linear Regression Version 0.2.0 Maintainer Albert Y. Kim Datasets and wrapper functions for

More information

Package Rarity. December 23, 2016

Package Rarity. December 23, 2016 Type Package Package Rarity December 23, 2016 Title Calculation of Rarity Indices for Species and Assemblages of Species Version 1.3-6 Date 2016-12-23 Author Boris Leroy Maintainer Boris Leroy

More information

Package r2glmm. August 5, 2017

Package r2glmm. August 5, 2017 Type Package Package r2glmm August 5, 2017 Title Computes R Squared for Mixed (Multilevel) Models Date 2017-08-04 Version 0.1.2 The model R squared and semi-partial R squared for the linear and generalized

More information

Package varband. November 7, 2016

Package varband. November 7, 2016 Type Package Package varband November 7, 2016 Title Variable Banding of Large Precision Matrices Version 0.9.0 Implementation of the variable banding procedure for modeling local dependence and estimating

More information

Package ShrinkCovMat

Package ShrinkCovMat Type Package Package ShrinkCovMat Title Shrinkage Covariance Matrix Estimators Version 1.2.0 Author July 11, 2017 Maintainer Provides nonparametric Steinian shrinkage estimators

More information

Package solrad. November 5, 2018

Package solrad. November 5, 2018 Package solrad November 5, 2018 Title Calculating Solar Radiation and Related Variables Based on Location, Time and Topographical Conditions For surface energy models and estimation of solar positions

More information

Package CausalFX. May 20, 2015

Package CausalFX. May 20, 2015 Type Package Package CausalFX May 20, 2015 Title Methods for Estimating Causal Effects from Observational Data Version 1.0.1 Date 2015-05-20 Imports igraph, rcdd, rje Maintainer Ricardo Silva

More information

Package netdep. July 10, 2018

Package netdep. July 10, 2018 Type Package Title Testing for Network Dependence Version 0.1.0 Maintainer oujin Lee Imports stats, igraph, igraphdata, MSS, mvrtn Suggests knitr, testthat Package netdep July 10, 2018

More information

Package coop. November 14, 2017

Package coop. November 14, 2017 Type Package Package coop November 14, 2017 Title Co-Operation: Fast Covariance, Correlation, and Cosine Similarity Operations Version 0.6-1 Fast implementations of the co-operations: covariance, correlation,

More information

Package bhrcr. November 12, 2018

Package bhrcr. November 12, 2018 Type Package Package bhrcr November 12, 2018 Title Bayesian Hierarchical Regression on Clearance Rates in the Presence of Lag and Tail Phases Version 1.0.2 Date 2018-11-12 Author Colin B. Fogarty [cre]

More information

Package sbgcop. May 29, 2018

Package sbgcop. May 29, 2018 Package sbgcop May 29, 2018 Title Semiparametric Bayesian Gaussian Copula Estimation and Imputation Version 0.980 Date 2018-05-25 Author Maintainer Estimation and inference for parameters

More information

Package NlinTS. September 10, 2018

Package NlinTS. September 10, 2018 Type Package Title Non Linear Time Series Analysis Version 1.3.5 Date 2018-09-05 Package NlinTS September 10, 2018 Maintainer Youssef Hmamouche Models for time series forecasting

More information

Package cellscape. October 15, 2018

Package cellscape. October 15, 2018 Package cellscape October 15, 2018 Title Explores single cell copy number profiles in the context of a single cell tree Version 1.4.0 Description CellScape facilitates interactive browsing of single cell

More information

Package flora. R topics documented: August 29, Type Package. Title flora: taxonomical information on flowering species that occur in Brazil

Package flora. R topics documented: August 29, Type Package. Title flora: taxonomical information on flowering species that occur in Brazil Package flora August 29, 2013 Type Package Title flora: taxonomical information on flowering species that occur in Brazil Version 0.1 Date 2013-07-03 Author Gustavo Carvalho Maintainer Gustavo Carvalho

More information

Package TimeSeries.OBeu

Package TimeSeries.OBeu Type Package Package TimeSeries.OBeu Title Time Series Analysis 'OpenBudgets' Version 1.2.2 Date 2018-01-20 January 22, 2018 Estimate and return the needed parameters for visualisations designed for 'OpenBudgets'

More information

Package idmtpreg. February 27, 2018

Package idmtpreg. February 27, 2018 Type Package Package idmtpreg February 27, 2018 Title Regression Model for Progressive Illness Death Data Version 1.1 Date 2018-02-23 Author Leyla Azarang and Manuel Oviedo de la Fuente Maintainer Leyla

More information

Map Application Progression

Map Application Progression Map Application Progression Application Migration with Latest ArcGIS by Dean Chiang California Department of Fish and Wildlife What we do at CDFW Hunting and fishing licensing and regulation Conservation

More information

Package stability. R topics documented: August 23, Type Package

Package stability. R topics documented: August 23, Type Package Type Package Package stability August 23, 2018 Title Stability Analysis of Genotype by Environment Interaction (GEI Version 0.3.0 Author Muhammad Yaseen [aut, cre], Kent M. Eskridge [aut, ctb] Maintainer

More information

Package gk. R topics documented: February 4, Type Package Title g-and-k and g-and-h Distribution Functions Version 0.5.

Package gk. R topics documented: February 4, Type Package Title g-and-k and g-and-h Distribution Functions Version 0.5. Type Package Title g-and-k and g-and-h Distribution Functions Version 0.5.1 Date 2018-02-04 Package gk February 4, 2018 Functions for the g-and-k and generalised g-and-h distributions. License GPL-2 Imports

More information

Package SimCorMultRes

Package SimCorMultRes Type Package Package SimCorMultRes Title Simulates Correlated Multinomial Responses July 10, 2018 Description Simulates correlated multinomial responses conditional on a marginal model specification. Version

More information

Package GD. January 12, 2018

Package GD. January 12, 2018 Tpe Package Title Geographical Detectors Date 2017-12-22 Version 1.1 Package GD Januar 12, 2018 Maintainer Yongze Song Geographical detectors for measuring spatial stratified

More information

Package goftest. R topics documented: April 3, Type Package

Package goftest. R topics documented: April 3, Type Package Type Package Package goftest April 3, 2017 Title Classical Goodness-of-Fit Tests for Univariate Distributions Version 1.1-1 Date 2017-04-03 Depends R (>= 3.3) Imports stats Cramer-Von Mises and Anderson-Darling

More information

Package rnmf. February 20, 2015

Package rnmf. February 20, 2015 Type Package Title Robust Nonnegative Matrix Factorization Package rnmf February 20, 2015 An implementation of robust nonnegative matrix factorization (rnmf). The rnmf algorithm decomposes a nonnegative

More information

Package nardl. R topics documented: May 7, Type Package

Package nardl. R topics documented: May 7, Type Package Type Package Package nardl May 7, 2018 Title Nonlinear Cointegrating Autoregressive Distributed Lag Model Version 0.1.5 Author Taha Zaghdoudi Maintainer Taha Zaghdoudi Computes the

More information

Package reinforcedpred

Package reinforcedpred Type Package Package reinforcedpred October 31, 2018 Title Reinforced Risk Prediction with Budget Constraint Version 0.1.1 Author Yinghao Pan [aut, cre], Yingqi Zhao [aut], Eric Laber [aut] Maintainer

More information

Package MAPA. R topics documented: January 5, Type Package Title Multiple Aggregation Prediction Algorithm Version 2.0.4

Package MAPA. R topics documented: January 5, Type Package Title Multiple Aggregation Prediction Algorithm Version 2.0.4 Type Package Title Multiple Aggregation Prediction Algorithm Version 2.0.4 Package MAPA January 5, 2018 Functions and wrappers for using the Multiple Aggregation Prediction Algorithm (MAPA) for time series

More information

Package dina. April 26, 2017

Package dina. April 26, 2017 Type Package Title Bayesian Estimation of DINA Model Version 1.0.2 Date 2017-04-26 Package dina April 26, 2017 Estimate the Deterministic Input, Noisy ``And'' Gate (DINA) cognitive diagnostic model parameters

More information

Package testassay. November 29, 2016

Package testassay. November 29, 2016 Type Package Package testassay November 29, 2016 Title A Hypothesis Testing Framework for Validating an Assay for Precision Version 0.1.0 Author Michael C Sachs and Michael P Fay Maintainer Michael C Sachs

More information

Package locfdr. July 15, Index 5

Package locfdr. July 15, Index 5 Version 1.1-8 Title Computes Local False Discovery Rates Package locfdr July 15, 2015 Maintainer Balasubramanian Narasimhan License GPL-2 Imports stats, splines, graphics Computation

More information

Package dhsic. R topics documented: July 27, 2017

Package dhsic. R topics documented: July 27, 2017 Package dhsic July 27, 2017 Type Package Title Independence Testing via Hilbert Schmidt Independence Criterion Version 2.0 Date 2017-07-24 Author Niklas Pfister and Jonas Peters Maintainer Niklas Pfister

More information

Package multivariance

Package multivariance Package multivariance January 10, 2018 Title Measuring Multivariate Dependence Using Distance Multivariance Version 1.1.0 Date 2018-01-09 Distance multivariance is a measure of dependence which can be

More information

Package gwqs. R topics documented: May 7, Type Package. Title Generalized Weighted Quantile Sum Regression. Version 1.1.0

Package gwqs. R topics documented: May 7, Type Package. Title Generalized Weighted Quantile Sum Regression. Version 1.1.0 Package gwqs May 7, 2018 Type Package Title Generalized Weighted Quantile Sum Regression Version 1.1.0 Author Stefano Renzetti, Paul Curtin, Allan C Just, Ghalib Bello, Chris Gennings Maintainer Stefano

More information

Package ForwardSearch

Package ForwardSearch Package ForwardSearch February 19, 2015 Type Package Title Forward Search using asymptotic theory Version 1.0 Date 2014-09-10 Author Bent Nielsen Maintainer Bent Nielsen

More information

Package tspi. August 7, 2017

Package tspi. August 7, 2017 Package tspi August 7, 2017 Title Improved Prediction Intervals for ARIMA Processes and Structural Time Series Version 1.0.2 Date 2017-08-07 Author Jouni Helske Maintainer Jouni Helske

More information

Package generalhoslem

Package generalhoslem Package generalhoslem December 2, 2017 Type Package Title Goodness of Fit Tests for Logistic Regression Models Version 1.3.2 Date 2017-12-02 Author Matthew Jay [aut, cre] Maintainer Matthew Jay

More information

Package weightquant. R topics documented: December 30, Type Package

Package weightquant. R topics documented: December 30, Type Package Type Package Package weightquant December 30, 2018 Title Weights for Incomplete Longitudinal Data and Quantile Regression Version 1.0 Date 2018-12-18 Author Viviane Philipps Maintainer Viviane Philipps

More information

Package EMVS. April 24, 2018

Package EMVS. April 24, 2018 Type Package Package EMVS April 24, 2018 Title The Expectation-Maximization Approach to Bayesian Variable Selection Version 1.0 Date 2018-04-23 Author Veronika Rockova [aut,cre], Gemma Moran [aut] Maintainer

More information

Package TSPred. April 5, 2017

Package TSPred. April 5, 2017 Type Package Package TSPred April 5, 2017 Title Functions for Benchmarking Time Series Prediction Version 3.0.2 Date 2017-04-05 Author Rebecca Pontes Salles [aut, cre, cph] (CEFET/RJ), Eduardo Ogasawara

More information

Package rarpack. August 29, 2016

Package rarpack. August 29, 2016 Type Package Package rarpack August 29, 2016 Title Solvers for Large Scale Eigenvalue and SVD Problems Version 0.11-0 Date 2016-03-07 Author Yixuan Qiu, Jiali Mei and authors of the ARPACK library. See

More information

Package LIStest. February 19, 2015

Package LIStest. February 19, 2015 Type Package Package LIStest February 19, 2015 Title Tests of independence based on the Longest Increasing Subsequence Version 2.1 Date 2014-03-12 Author J. E. Garcia and V. A. Gonzalez-Lopez Maintainer

More information

Package benthos. March 17, 2019

Package benthos. March 17, 2019 Type Package Title Marine Benthic Ecosystem Analysis Package benthos March 17, 2019 Preprocessing tools and biodiversity measures (species abundance, species richness, population heterogeneity and sensitivity)

More information

Package bigtime. November 9, 2017

Package bigtime. November 9, 2017 Package bigtime November 9, 2017 Type Package Title Sparse Estimation of Large Time Series Models Version 0.1.0 Author Ines Wilms [cre, aut], David S. Matteson [aut], Jacob Bien [aut], Sumanta Basu [aut]

More information

Package bivariate. December 10, 2018

Package bivariate. December 10, 2018 Title Bivariate Probability Distributions Version 0.3.0 Date 2018-12-10 License GPL (>= 2) Package bivariate December 10, 2018 Maintainer Abby Spurdle Author Abby Spurdle URL https://sites.google.com/site/asrpws

More information

Package rgabriel. February 20, 2015

Package rgabriel. February 20, 2015 Type Package Package rgabriel February 20, 2015 Title Gabriel Multiple Comparison Test and Plot the Confidence Interval on Barplot Version 0.7 Date 2013-12-28 Author Yihui XIE, Miao YU Maintainer Miao

More information

Package ltsbase. R topics documented: February 20, 2015

Package ltsbase. R topics documented: February 20, 2015 Package ltsbase February 20, 2015 Type Package Title Ridge and Liu Estimates based on LTS (Least Trimmed Squares) Method Version 1.0.1 Date 2013-08-02 Author Betul Kan Kilinc [aut, cre], Ozlem Alpu [aut,

More information

Package RI2by2. October 21, 2016

Package RI2by2. October 21, 2016 Package RI2by2 October 21, 2016 Type Package Title Randomization Inference for Treatment Effects on a Binary Outcome Version 1.3 Author Joseph Rigdon, Wen Wei Loh, Michael G. Hudgens Maintainer Wen Wei

More information

Package BayesNI. February 19, 2015

Package BayesNI. February 19, 2015 Package BayesNI February 19, 2015 Type Package Title BayesNI: Bayesian Testing Procedure for Noninferiority with Binary Endpoints Version 0.1 Date 2011-11-11 Author Sujit K Ghosh, Muhtarjan Osman Maintainer

More information

Package Select. May 11, 2018

Package Select. May 11, 2018 Package Select May 11, 2018 Title Determines Species Probabilities Based on Functional Traits Version 1.4 The objective of these functions is to derive a species assemblage that satisfies a functional

More information

Package dhga. September 6, 2016

Package dhga. September 6, 2016 Type Package Title Differential Hub Gene Analysis Version 0.1 Date 2016-08-31 Package dhga September 6, 2016 Author Samarendra Das and Baidya Nath Mandal

More information

Package TwoStepCLogit

Package TwoStepCLogit Package TwoStepCLogit March 21, 2016 Type Package Title Conditional Logistic Regression: A Two-Step Estimation Method Version 1.2.5 Date 2016-03-19 Author Radu V. Craiu, Thierry Duchesne, Daniel Fortin

More information

Package PeriodicTable

Package PeriodicTable Package PeriodicTable August 29, 2017 Type Package Title Periodic Table of the Elements Version 0.1.2 Encoding UTF-8 Author Julien Idé Maintainer Julien Idé Provides a dataset

More information

Package ebal. R topics documented: February 19, Type Package

Package ebal. R topics documented: February 19, Type Package Type Package Package ebal February 19, 2015 Title Entropy reweighting to create balanced samples Version 0.1-6 Date 2014-01-25 Author Maintainer Package implements entropy balancing,

More information