Skip to content
Snippets Groups Projects
Commit 1926382f authored by Mandy Vogel's avatar Mandy Vogel
Browse files

leptin, update documentation, sds_pub2d()

parent 39be1b81
Branches
No related merge requests found
# childsds 0.9.9
* add leptin
* add sds_pub2d()
# childsds 0.9.8
* add lightness
# childsds 0.9.4
......
......@@ -587,6 +587,11 @@ NULL
NULL
#' Parameters for leptin dependent on age/puberty and bmi
#' @name leptin.ref
#' @docType data
#' @usage leptin.ref
#' @source Brandt-Hedunemann et al. In preparation
NULL
File added
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{kro.ref15}
\alias{kro.ref15}
\title{LMS Parameters for German reference data (Kromeyer Hauschild, 2015)
for height, weight, bmi, and waist circumference, including preterm
correction (Voigt) and Kromyer-Hausschild 2015}
\source{
Perzentile fuer den Body-mass-Index fuer das Kindes- und Jugendalter unter Heranziehung verschiedener deutscher Stichproben, Monatsschrift Kinderheilkunde August 2001, Volume 149, Issue 8, pp 807-818; preterm adjustment Voigt; Adults: Kromeyer-Hauschild K, Moss A, Wabitsch M. Referenzwerte für den Body-Mass-Index für Kinder, Jugendliche und Erwachsene in Deutschland. Adipositas - Ursachen, Folgeerkrankungen, Therapie. 2015;09(3):123-127. doi:10.1055/s-0037-1618928
}
\usage{
kro.ref15
}
\description{
LMS Parameters for German reference data (Kromeyer Hauschild, 2015)
for height, weight, bmi, and waist circumference, including preterm
correction (Voigt) and Kromyer-Hausschild 2015
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{leptin.ref}
\alias{leptin.ref}
\title{Parameters for leptin dependent on age/puberty and bmi}
\source{
Brandt-Heunemann et al. In preparation
}
\usage{
leptin.ref
}
\description{
Parameters for leptin dependent on age/puberty and bmi
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sdsvals.r
\name{sds_pub2d}
\alias{sds_pub2d}
\title{Calculate SDS Values}
\usage{
sds_pub2d(
value,
pubstat,
x2,
sex,
item,
ref,
type = "SDS",
male = "male",
female = "female"
)
}
\arguments{
\item{value}{vector of measurement values}
\item{pubstat}{vector of tanner stage (1-5)}
\item{x2}{2nd predictor (vector), e.g. bmisds must be contained in reference}
\item{sex}{vector of sex}
\item{item}{name of the item e.g. "height"}
\item{ref}{RefGroup object}
\item{type}{"SDS" or "perc"}
\item{male}{coding of sex for male}
\item{female}{coding of sex for female}
\item{pubstatus}{vector of Tanner stages coded 1 to 5}
}
\value{
vector containing SDS or percentile values
}
\description{
Calculate SDS values depending on the Tanner stage and a second variable
}
\details{
The function takes a vector of measurement values, and of tanner stage
of a second variable (x2) and of sex
and a RefGroup object as arguments. It calculates the sds or percentile
values.
}
\author{
Mandy Vogel
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment