Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 37 packages in 0.06 seconds

puzzle — by Mario Gonzalez Sales, 6 years ago

Assembling Data Sets for Non-Linear Mixed Effects Modeling

To Simplify the time consuming and error prone task of assembling complex data sets for non-linear mixed effects modeling. Users are able to select from different absorption processes such as zero and first order, or a combination of both. Furthermore, data sets containing data from several entities, responses, and covariates can be simultaneously assembled.

greekLetters — by Kevin Allan Sales Rodrigues, a year ago

Routines for Writing Greek Letters and Mathematical Symbols on the 'RStudio' and 'RGui'

An implementation of functions to display Greek letters on the 'RStudio' (include subscript and superscript indexes) and 'RGui' (without subscripts and only with superscript 1, 2 or 3; because 'RGui' doesn't support printing the corresponding Unicode characters as a string: all subscripts ranging from 0 to 9 and superscripts equal to 0, 4, 5, 6, 7, 8 or 9). The functions in this package do not work properly on the R console. Characters are used via Unicode and encoded as UTF-8 to ensure that they can be viewed on all operating systems. Other characters related to mathematics are included, such as the infinity symbol. All this accessible from very simple commands. This is a package that can be used for teaching purposes, the statistical notation for hypothesis testing can be written from this package and so it is possible to build a course from the 'swirlify' package. Another utility of this package is to create new summary functions that contain the functional form of the model adjusted with the Greek letters, thus making the transition from statistical theory to practice easier. In addition, it is a natural extension of the 'clisymbols' package.

diagL1 — by Kevin Allan Sales Rodrigues, 8 months ago

Routines for Fit, Inference and Diagnostics in Linear L1 and LAD Models

Diagnostics for linear L1 regression (also known as LAD - Least Absolute Deviations), including: estimation, confidence intervals, tests of hypotheses, measures of leverage, methods of diagnostics for L1 regression, special diagnostics graphs and measures of leverage. The algorithms are based in Dielman (2005) , Elian et al. (2000) and Dodge (1997) . This package builds on the 'quantreg' package, which is a well-established package for tuning quantile regression models. There are also tests to verify if the errors have a Laplace distribution based on the work of Puig and Stephens (2000) .

LadR — by Kevin Allan Sales Rodrigues, 7 years ago

Routines for Fit, Inference and Diagnostics in LAD Models

LAD (Least Absolute Deviations) estimation for linear regression, confidence intervals, tests of hypotheses, methods for outliers detection, measures of leverage, methods of diagnostics for LAD regression, special diagnostics graphs and measures of leverage. The algorithms are based in Dielman (2005) , Elian et al. (2000) and Dodge (1997) . This package also has two datasets "houses" and "pollution", respectively, from Narula and Wellington (1977) and Santos et al. (2016) .

flps — by Sooyong Lee, 2 years ago

Fully-Latent Principal Stratification

Simulation and analysis of Fully-Latent Principal Stratification (FLPS) with measurement models. Lee, Adam, Kang, & Whittaker (2023). . This package is supported by the Institute of Education Sciences, U.S. Department of Education, through Grant R305D210036.

propertee — by Josh Errickson, 12 days ago

Standardization-Based Effect Estimation with Optional Prior Covariance Adjustment

The Prognostic Regression Offsets with Propagation of ERrors (for Treatment Effect Estimation) package facilitates direct adjustment for experiments and observational studies that is compatible with a range of study designs and covariance adjustment strategies. It uses explicit specification of clusters, blocks and treatment allocations to furnish probability of assignment-based weights targeting any of several average treatment effect parameters, and for standard error calculations reflecting these design parameters. For covariance adjustment of its Hajek and (one-way) fixed effects estimates, it enables offsetting the outcome against predictions from a dedicated covariance model, with standard error calculations propagating error as appropriate from the covariance model.

pbdZMQ — by Wei-Chen Chen, a year ago

Programming with Big Data -- Interface to 'ZeroMQ'

'ZeroMQ' is a well-known library for high-performance asynchronous messaging in scalable, distributed applications. This package provides high level R wrapper functions to easily utilize 'ZeroMQ'. We mainly focus on interactive client/server programming frameworks. For convenience, a minimal 'ZeroMQ' library (4.2.2) is shipped with 'pbdZMQ', which can be used if no system installation of 'ZeroMQ' is available. A few wrapper functions compatible with 'rzmq' are also provided.