The R Project SVN R

Rev

Rev 61168 | Rev 67599 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61168 Rev 61975
Line 1... Line 1...
1
% File src/library/stats/man/Logistic.Rd
1
% File src/library/stats/man/Logistic.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{Logistic}
6
\name{Logistic}
7
\alias{Logistic}
7
\alias{Logistic}
8
\alias{dlogis}
8
\alias{dlogis}
Line 37... Line 37...
37
\value{
37
\value{
38
  \code{dlogis} gives the density,
38
  \code{dlogis} gives the density,
39
  \code{plogis} gives the distribution function,
39
  \code{plogis} gives the distribution function,
40
  \code{qlogis} gives the quantile function, and
40
  \code{qlogis} gives the quantile function, and
41
  \code{rlogis} generates random deviates.
41
  \code{rlogis} generates random deviates.
-
 
42
  
-
 
43
  The length of the result is determined by \code{n} for
-
 
44
  \code{rlogis}, and is the maximum of the lengths of the
-
 
45
  numerical parameters for the other functions.  
-
 
46
  
-
 
47
  The numerical parameters other than \code{n} are recycled to the
-
 
48
  length of the result.  Only the first elements of the logical
-
 
49
  parameters are used.
42
}
50
}
43
\details{
51
\details{
44
  If \code{location} or \code{scale} are omitted, they assume the
52
  If \code{location} or \code{scale} are omitted, they assume the
45
  default values of \code{0} and \code{1} respectively.
53
  default values of \code{0} and \code{1} respectively.
46
 
54