Learn R Programming

prevR (version 2.9)

summary,prevR-method: Detailed summary of the variables of a prevR object

Description

Method summary for objects of class prevR: shows a summary of the variables of the object.

Usage

## S3 method for class 'prevR':
summary(object, probs = c(0,.10,.25,.50,.75,.80,.90,.95,.99,1))
	
	prevRsummary(object, probs = c(0,.10,.25,.50,.75,.80,.90,.95,.99,1))

Arguments

object
object of class prevR.
probs
vector of probabilities with values in [0,1] for calculating quantiles of the rings radii (see examples).

encoding

utf8

See Also

print,prevR-method.

Examples

Run this code
summary(fdhs)
dhs <- rings(fdhs, N=c(100,300,500))
	summary(dhs)
	summary(dhs, c(0, 0.25, 0.5, 0.75, 1))

Run the code above in your browser using DataLab