[Lme4-commits] r1744 - pkg/lme4/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 16 23:33:22 CEST 2012


Author: dmbates
Date: 2012-05-16 23:33:22 +0200 (Wed, 16 May 2012)
New Revision: 1744

Added:
   pkg/lme4/man/dens.Rd
Log:
Brief help file for the dens function


Added: pkg/lme4/man/dens.Rd
===================================================================
--- pkg/lme4/man/dens.Rd	                        (rev 0)
+++ pkg/lme4/man/dens.Rd	2012-05-16 21:33:22 UTC (rev 1744)
@@ -0,0 +1,21 @@
+\name{dens}
+\alias{dens}
+\title{Approximate densities from profiles}
+\usage{
+  dens(pr, npts = 201, upper = 0.999)
+}
+\arguments{
+  \item{pr}{a profile object}
+
+  \item{npts}{number of points at which to evaluate the
+  density}
+
+  \item{upper}{upper bound on cumulative for a cutoff}
+}
+\value{
+  a data frame
+}
+\description{
+  Create an approximating density from a profile object
+}
+



More information about the Lme4-commits mailing list