Found 609 packages in 0.15 seconds
The Bimodality Index
Defines the functions used to compute the
bimodal index as defined by Wang et al. (2009)
< https://pmc.ncbi.nlm.nih.gov/articles/PMC2730180/>,
Memory-Efficient Storage of Large Data on Disk and Fast Access Functions
The ff package provides data structures that are stored on disk but behave (almost) as if they were in RAM by transparently mapping only a section (pagesize) in main memory - the effective virtual memory consumption per ff object. ff supports R's standard atomic data types 'double', 'logical', 'raw' and 'integer' and non-standard atomic types boolean (1 bit), quad (2 bit unsigned), nibble (4 bit unsigned), byte (1 byte signed with NAs), ubyte (1 byte unsigned), short (2 byte signed with NAs), ushort (2 byte unsigned), single (4 byte float with NAs). For example 'quad' allows efficient storage of genomic data as an 'A','T','G','C' factor. The unsigned types support 'circular' arithmetic. There is also support for close-to-atomic types 'factor', 'ordered', 'POSIXct', 'Date' and custom close-to-atomic types. ff not only has native C-support for vectors, matrices and arrays with flexible dimorder (major column-order, major row-order and generalizations for arrays). There is also a ffdf class not unlike data.frames and import/export filters for csv files. ff objects store raw data in binary flat files in native encoding, and complement this with metadata stored in R as physical and virtual attributes. ff objects have well-defined hybrid copying semantics, which gives rise to certain performance improvements through virtualization. ff objects can be stored and reopened across R sessions. ff files can be shared by multiple ff R objects (using different data en/de-coding schemes) in the same process or from multiple R processes to exploit parallelism. A wide choice of finalizer options allows to work with 'permanent' files as well as creating/removing 'temporary' ff files completely transparent to the user. On certain OS/Filesystem combinations, creating the ff files works without notable delay thanks to using sparse file allocation. Several access optimization techniques such as Hybrid Index Preprocessing and Virtualization are implemented to achieve good performance even with large datasets, for example virtual matrix transpose without touching a single byte on disk. Further, to reduce disk I/O, 'logicals' and non-standard data types get stored native and compact on binary flat files i.e. logicals take up exactly 2 bits to represent TRUE, FALSE and NA. Beyond basic access functions, the ff package also provides compatibility functions that facilitate writing code for ff and ram objects and support for batch processing on ff objects (e.g. as.ram, as.ff, ffapply). ff interfaces closely with functionality from package 'bit': chunked looping, fast bit operations and coercions between different objects that can store subscript information ('bit', 'bitwhich', ff 'boolean', ri range index, hi hybrid index). This allows to work interactively with selections of large datasets and quickly modify selection criteria. Further high-performance enhancements can be made available upon request.
Outside Option Index
Calculates the Outside Option Index proposed by Caldwell and Danieli (2018) < https://drive.google.com/file/d/1j-uwD19S4gqgXIXeYch9jGBCaDhWZlRQ/view>. This index uses the cross- sectional concentration of similar workers across job types to quantify the availability of outside options as a function of workers’ characteristics (e.g. commuting costs, preferences, and skills.)
Construction of Selection Index
Selection index is one of the efficient and acurrate method for selection of animals. This package is useful for construction of selection indices.
It uses mixed and random model least squares analysis to estimate the heritability of
traits and genetic correlation between traits. The package uses the sire model as it is considered as
random effect. The genetic and phenotypic (co)variances along with the relative economic values are
used to construct the selection index for any number of traits. It also estimates the accuracy of the
index and the genetic gain expected for different traits. Fisher (1936)
Calculate AZTI’s Marine Biotic Index
Calculate AZTI’s Marine Biotic Index - AMBI. The included list of
benthic fauna species according to their sensitivity
to pollution. Matching species in sample data to the list allows the
calculation of fractions of individuals in the different sensitivity
categories and thereafter the AMBI index. The Shannon Diversity Index H'
and the Danish benthic fauna quality index DKI (Dansk Kvalitetsindeks) can
also be calculated, as well as the multivariate M-AMBI index.
Borja, A., Franco, J. ,Pérez, V. (2000) "A marine biotic index to
establish the ecological quality of soft bottom benthos within European
estuarine and coastal environments"
House Price Indexes
Compute house price indexes and series using a variety of different methods and
models common through the real estate literature. Evaluate index 'goodness' based
on accuracy, volatility and revision statistics. Background on basic model construction
for repeat sales models can be found at: Case and Quigley (1991)
< https://ideas.repec.org/a/tpr/restat/v73y1991i1p50-58.html> and for hedonic pricing models at:
Bourassa et al (2006)
Soil Quality Index
The overall performance of soil ecosystem services and productivity greatly relies on soil health, making it a crucial indicator. The evaluation of soil physical, chemical, and biological parameters is necessary to determine the overall soil quality index. In our package, three commonly used methods, including linear scoring, regression-based, and principal component-based soil quality indexing, are employed to calculate the soil quality index. This package has been developed using concept of Bastida et al. (2008) and Doran and Parkin (1994)
Predictive Information Index ('PII')
A simple implementation of the Predictive Information Index ('PII').
Working with Index Numbers
A set of utilities for manipulating index numbers series including chain-linking, re-referencing, and computing growth rates.
Calculation of the Standardized Temperature Index
A set of functions for computing the Standardized Temperature Index (STI).