Package psda. September 5, 2017

Similar documents
Package catenary. May 4, 2018

Package milr. June 8, 2017

Package TANDEM. R topics documented: June 15, Type Package

Package pwrab. R topics documented: June 6, Type Package Title Power Analysis for AB Testing Version 0.1.0

Package ECctmc. May 1, 2018

Package vinereg. August 10, 2018

Package robustreg. R topics documented: April 27, Version Date Title Robust Regression Functions

Package SEMrushR. November 3, 2018

Package weco. May 4, 2018

Package nima. May 23, 2018

Package WordR. September 7, 2017

Package lcc. November 16, 2018

Package gppm. July 5, 2018

Package GauPro. September 11, 2017

Package sparsenetgls

Package PSTR. September 25, 2017

Package svalues. July 15, 2018

Package apastyle. March 29, 2017

Package wrswor. R topics documented: February 2, Type Package

Package vip. June 15, 2018

Package waver. January 29, 2018

Package areaplot. October 18, 2017

Package KRMM. R topics documented: June 3, Type Package Title Kernel Ridge Mixed Model Version 1.0 Author Laval Jacquin [aut, cre]

Package bisect. April 16, 2018

Package crochet. January 8, 2018

Package SSLASSO. August 28, 2018

Package datasets.load

Package BiDimRegression

Package geogrid. August 19, 2018

Package qualmap. R topics documented: September 12, Type Package

Package RobustGaSP. R topics documented: September 11, Type Package

Package frequencyconnectedness

Package addhaz. September 26, 2018

Package balance. October 12, 2018

Package QCAtools. January 3, 2017

Package mgc. April 13, 2018

Package CompGLM. April 29, 2018

Package sure. September 19, 2017

Package nscancor. February 15, 2018

Package ether. September 22, 2018

Package reghelper. April 8, 2017

Package glcm. August 29, 2016

Package redlistr. May 11, 2018

Package ecoseries. R topics documented: September 27, 2017

Package StVAR. February 11, 2017

Package MOST. November 9, 2017

Package quickreg. R topics documented:

Package humanize. R topics documented: April 4, Version Title Create Values for Human Consumption

Package svapls. February 20, 2015

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features

Package spark. July 21, 2017

Package OLScurve. August 29, 2016

Package PCADSC. April 19, 2017

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2

Package intccr. September 12, 2017

Package colf. October 9, 2017

Package rmi. R topics documented: August 2, Title Mutual Information Estimators Version Author Isaac Michaud [cre, aut]

Package rpst. June 6, 2017

Package GWRM. R topics documented: July 31, Type Package

Package deductive. June 2, 2017

Package fcr. March 13, 2018

Package validara. October 19, 2017

Package sigqc. June 13, 2018

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0

Package coga. May 8, 2018

Package canvasxpress

Package sfc. August 29, 2016

Package ECOSolveR. February 18, 2018

Package MRMR. August 29, 2016

Package readobj. November 2, 2017

Package rbgm. May 18, 2018

Package clusternomics

Package fusionclust. September 19, 2017

Package comphclust. May 4, 2017

Package gamlss.spatial

Package freeknotsplines

Package misclassglm. September 3, 2016

Package projector. February 27, 2018

Package gtrendsr. October 19, 2017

Package rnn. R topics documented: June 21, Title Recurrent Neural Network Version 0.8.1

Package TVsMiss. April 5, 2018

Package fastdummies. January 8, 2018

Package dbx. July 5, 2018

Package nngeo. September 29, 2018

Package fuzzyreg. February 7, 2019

Package effectr. January 17, 2018

Package LVGP. November 14, 2018

Package birtr. October 4, 2017

Package splines2. June 14, 2018

Package pairsd3. R topics documented: August 29, Title D3 Scatterplot Matrices Version 0.1.0

JMP 10 Student Edition Quick Guide

Package GeoRange. June 15, 2017

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7

Package TestDataImputation

Package messaging. May 27, 2018

Package iccbeta. January 28, 2019

Package glinternet. June 15, 2018

Package CuCubes. December 9, 2016

Package palmtree. January 16, 2018

Package rfsa. R topics documented: January 10, Type Package

Transcription:

Title Polygonal Symbolic Data Analysis Version 1.0.0 Date 2017-09-05 Package psda September 5, 2017 An implementation of symbolic al data analysis. The package presents the estimation of main descriptive statistical measures, e.g, mean, covariance, variance, correlation and coefficient of variation. In addition, transformation of the data in s. Empirical probability distribution function based on al histogram and regression models are presented. Depends R (>= 3.1) License GPL-2 Imports ggplot2, rgeos, plyr, sp, raster, stats LazyData true RoxygenNote 6.0.1 Suggests testthat NeedsCompilation no Author Wagner Silva [aut, cre, ths], Renata Souza [aut], Francisco Cysneiros [aut] Maintainer Wagner Silva <wjfs@cin.ufpe.br> Repository CRAN Date/Publication 2017-09-05 08:31:01 UTC R topics documented: parea............................................. 2 pconvex........................................... 2 pcorr............................................. 3 pcov............................................. 4 pfreq............................................. 4 plr.............................................. 5 1

2 pconvex pmean............................................ 6 pmean_id.......................................... 6 pplot............................................. 7 psim............................................. 7 psmi............................................. 8 ptransform.......................................... 8 pvar............................................. 9 pvari............................................. 9 Index 11 parea Polygonal Area Compute the area of. parea() a matrix representing the. a integer the area of. x <- psim(1, 3) x <- x[[1]] parea(x) pconvex Convex verification Verify convexity of the s. pconvex()

pcorr 3 A matrix of dimension l x 2 where l represent number of sides. A boolean. x <- psim(1,4) x <- x[[1]] pconvex(x) x <- matrix(unlist(psim(1,4)), ncol= 2) pconvex(x) #run pcorr Polygonal symbolic correlation Compute the empirical correlation between two al variables. pcorr(s) s A list of matrices of dimension l x 2 where l represent number of sides. The method returns a integer. x = psim(10, 3) #simulate 10 s of 3 sides pcorr(x)

4 pfreq pcov Polygonal symbolic covariance Compute the empirical covariance of two al variables. pcov(s) s A list of al datas. The method returns a integer. x <- psim(10, 3) #simulate 10 s of 3 sides pcov(x) pfreq Polygonal Symbolic Relative Frequency Compute the bivariate relative frequency. pfreq(pol) pol A list of matrices of dimension l x 2, where l represent number of sides. This matrices represent the s. x <- psim(10, 3) #simulate 10 s of 3 sides frequency <- pfreq(x)

plr 5 plr Polygonal linear regression plr is used to fit al linear models. plr(formula, env, residuals_type = "mse", intercept = TRUE) formula env an object of class "formula": a symbolic description of the model to be fitted. environment that contain the variables of study. residuals_type type of residual, e.g., rmsd and mse residuals. intercept logical, if TRUE the model present intercept, otherwise it do not present intercept. beta_hat a vector of estimators for beta proposed in model. SSRES sum square residuals. SSREG sum square of regressions. SST sum square toral. residuals_type a type of residuals mse or rmsd. prediction_s a list of prediction s by plr model. require(psda) yp <- psim(10, 4) xp1 <- psim(10, 4) xp2 <- psim(10, 4) e <- new.env() e$yp <- yp e$xp1 <- xp1 e$xp2 <- xp2 fit <- plr(yp~xp1+xp2, env = e)

6 pmean_id pmean Polygonal empiric mean Compute the al empirical mean for al variable. pmean(s) s A list of matrices of dimension l x 2 where l represent number of sides. The method returns a vector containing the al empiric mean of variable one and variable two, respectively. x <- psim(10, 3) #simulate 10 s of 3 sides pmean(x) pmean_id Polygonal symbolic internal mean Compute the al empirical mean for only one al variable. pmean_id() a matrix representing the. a al empiric mean of a. x <- psim(1, 3) x <- x[[1]] pmean_id(x)

pplot 7 pplot Plot al symbolic variable Prints all overlaid graphics in the display. pplot() A list of matrices with dimension l x 2 where l represents vertices number of. x <- psim(10, 3) #simulate 10 s of 3 sides pplot(x) psim Polygonal symbolic data simulation Function to create a al data list. psim(objects, vertices) objects vertices number of objects simulated. number of vertex of the A list of s. psim(2, 3)

8 ptransform psmi Polygonal internam second moment Caltulate al second moment for al data. psmi() a matrix that represents a al variable. The internal variance. x <- psim(1, 3) #simulate a of 3 sides psmi(x[[1]]) ptransform Polygon data transformation It transform labeled data in al datas. ptransform(data, vertices) data vertices A data frame. integer that represent number of vertices of. A list of matrices of dimension l x 2 where l represent number of vertices transformed.

pvar 9 cat <- as.factor(sample(1:20, 1000, replace = TRUE)) cv <- runif(1000) #classical variable cvc <- data.frame(category = cat, cv) p <- ptransform(cvc, 4) pvar Polygonal symbolic variance Estime the al empirical variance between al variables. pvar(s) s A list of matrices of dimension l x 2 where l represent number of sides. The method returns a vector. x <- psim(10, 3) #simulate 10 s of 3 sides pvar(x) pvari Polygonal internal variance Caltulate al internal variance for al data. pvari() a matrix that represents a al variable.

10 pvari The internal variance. x <- psim(1, 3) #simulate a s of 3 sides pvari(x[[1]])

Index parea, 2 pconvex, 2 pcorr, 3 pcov, 4 pfreq, 4 plr, 5 pmean, 6 pmean_id, 6 pplot, 7 psim, 7 psmi, 8 ptransform, 8 pvar, 9 pvari, 9 11