Correction des erreurs de R CMD check
This commit is contained in:
parent
1651ea0780
commit
b41d1c99a2
9 changed files with 51 additions and 37 deletions
|
@ -2,8 +2,6 @@
|
|||
\alias{a.Crowder.Mod}
|
||||
\title{First weighting vector of the modified quadratic estimating equation (Crowder)}
|
||||
\usage{
|
||||
a.Crowder.Mod(param, Y, variancef, dmean, dsd)
|
||||
|
||||
a.Crowder.Mod(param, Y, variancef, dmean, dsd)
|
||||
}
|
||||
\arguments{
|
||||
|
@ -19,35 +17,15 @@ a.Crowder.Mod(param, Y, variancef, dmean, dsd)
|
|||
|
||||
\item{dsd}{Derivative in respect to the parameter vector
|
||||
of the standard deviation function of the distribution}
|
||||
|
||||
\item{param}{Vector of parameters of the distribution
|
||||
function}
|
||||
|
||||
\item{Y}{Individual data sample}
|
||||
|
||||
\item{variancef}{Variance function of the distribution}
|
||||
|
||||
\item{dmean}{Derivative in respect to the parameter
|
||||
vector of the mean function of the distribution}
|
||||
|
||||
\item{dsd}{Derivative in respect to the parameter vector
|
||||
of the standard deviation function of the distribution}
|
||||
}
|
||||
\value{
|
||||
First weighting vector
|
||||
|
||||
First weighting vector
|
||||
}
|
||||
\description{
|
||||
First weighting vector of the modified quadratic estimating
|
||||
equation (Crowder)
|
||||
|
||||
Second weighting vector of the modified quadratic
|
||||
estimating equation (Crowder)
|
||||
}
|
||||
\author{
|
||||
Francois Pelletier
|
||||
|
||||
Francois Pelletier
|
||||
}
|
||||
|
||||
|
|
31
man/b.Crowder.Mod.Rd
Normal file
31
man/b.Crowder.Mod.Rd
Normal file
|
@ -0,0 +1,31 @@
|
|||
\name{b.Crowder.Mod}
|
||||
\alias{b.Crowder.Mod}
|
||||
\title{Second weighting vector of the modified quadratic estimating equation (Crowder)}
|
||||
\usage{
|
||||
b.Crowder.Mod(param, Y, variancef, dmean, dsd)
|
||||
}
|
||||
\arguments{
|
||||
\item{param}{Vector of parameters of the distribution
|
||||
function}
|
||||
|
||||
\item{Y}{Individual data sample}
|
||||
|
||||
\item{variancef}{Variance function of the distribution}
|
||||
|
||||
\item{dmean}{Derivative in respect to the parameter
|
||||
vector of the mean function of the distribution}
|
||||
|
||||
\item{dsd}{Derivative in respect to the parameter vector
|
||||
of the standard deviation function of the distribution}
|
||||
}
|
||||
\value{
|
||||
First weighting vector
|
||||
}
|
||||
\description{
|
||||
Second weighting vector of the modified quadratic
|
||||
estimating equation (Crowder)
|
||||
}
|
||||
\author{
|
||||
Francois Pelletier
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue