Learn R Programming

PPTcirc (version 0.2.3)

priorppt.summary: Summary for the prior projected Polya tree simulations

Description

Mean, quantiles 2.5% and 97.5% of the mean direction and concentration.

Usage

priorppt.summary(priorppt.circ, units = "radians")

Value

Table of descriptive statistics for mean direction and concentration.

Arguments

priorppt.circ

object returned by dsimpriorppt function.

units

units of the support: "radians", "degrees" or "hours".

Examples

Run this code
z <- dsimpriorppt(mu = c(-1,0), nsim = 5, units = "hours")
priorppt.summary(z)

Run the code above in your browser using DataLab