File: sdlog-methods.Rd

package info (click to toggle)
r-cran-distr 2.9.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,344 kB
  • sloc: ansic: 199; sh: 13; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,069 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\name{sdlog-methods}
\docType{methods}
\alias{sdlog-methods}
\alias{sdlog<--methods}
\alias{sdlog}
\alias{sdlog<-}
\alias{sdlog,LnormParameter-method}
\alias{sdlog,Lnorm-method}
\alias{sdlog<-,LnormParameter-method}
\alias{sdlog<-,Lnorm-method}
\title{ Methods for Function sdlog in Package `distr' }
\description{sdlog-methods}
\section{Methods}{\describe{

\item{sdlog}{\code{signature(object = "LnormParameter")}: returns the slot \code{sdlog} of the parameter of the distribution }
\item{sdlog<-}{\code{signature(object = "LnormParameter")}: modifies the slot \code{sdlog} of the parameter of the distribution }

\item{sdlog}{\code{signature(object = "Lnorm")}: returns the slot \code{sdlog} of the parameter of the distribution }
\item{sdlog<-}{\code{signature(object = "Lnorm")}: modifies the slot \code{sdlog} of the parameter of the distribution }
}}
\keyword{methods}
\keyword{distribution}
\concept{parameter}
\concept{Log-Normal distribution}
\concept{S4 parameter class}
\concept{accessor function}
\concept{replacement function}