• No results found

Package childsds. February 19, 2015

N/A
N/A
Protected

Academic year: 2021

Share "Package childsds. February 19, 2015"

Copied!
9
0
0

Loading.... (view fulltext now)

Full text

(1)

Package ‘childsds’

February 19, 2015

Title Calculation of standard deviation scores adduced from different growth standards

Version 0.5

Description Calculation of standard deviation scores from different growth standards

Depends R (>= 3.1.1), methods License GPL (>= 2)

LazyData true

Author Mandy Vogel [aut, cre]

Maintainer Mandy Vogel<[email protected]> NeedsCompilation no Repository CRAN Date/Publication 2014-08-21 19:22:42

R

topics documented:

articles . . . 2 articles,refs-method . . . 2 cdc.ref . . . 3 childsds . . . 3 kiggs.ref . . . 3 kro.ref . . . 4 refs-class . . . 4 sds . . . 5 sds,refs-method . . . 5 sds.df . . . 6 sds.df,refs-method . . . 6 show,refs-method . . . 7 ukwho.ref . . . 7 who.ref . . . 8 Index 9 1

(2)

2 articles,refs-method

articles give references like articles or uris

Description

give references like articles or uris

Usage

articles(object, ...) Arguments

object an object

... further arguments toarticles

articles,refs-method Gives back references like articles or uris from an refs object, if item is given only the respective information will be extracted, if omitted information for all items will be returned

Description

Gives back references like articles or uris from an refs object, ifitemis given only the respective information will be extracted, if omitted information for all items will be returned

Usage

## S4 method for signature 'refs' articles(object, item = NA) Arguments

object object of class refs

item reference contained inobject

(3)

cdc.ref 3

cdc.ref LMS Parameters for the Centers for Disease Control and Prevention 2000 Growth Charts, contains bmi, height, head cirumference, weight, weight for length,

Description

LMS Parameters for the Centers for Disease Control and Prevention 2000 Growth Charts, contains bmi, height, head cirumference, weight, weight for length,

Usage cdc.ref Source

National health statitics reports 63.

childsds childsds.

Description childsds.

kiggs.ref LMS Parameters for German reference data (KiGGS, 2003-2006) for height, weight, bmi, hip, whr, bodyfat, skinfold sum, triceps skinfold, and waist circumference

Description

LMS Parameters for German reference data (KiGGS, 2003-2006) for height, weight, bmi, hip, whr, bodyfat, skinfold sum, triceps skinfold, and waist circumference

Usage

kiggs.ref Source

Referenzperzentile fuer anthropometrische Masszahlen und Blutdruck aus KiGGS 2003-2006, Robert Koch Institut, Germany

(4)

4 refs-class

kro.ref LMS Parameters for German reference data (Kromeyer Hauschild, 2001) for height, weight, bmi, and waist circumference, including preterm correction (Voigt)

Description

LMS Parameters for German reference data (Kromeyer Hauschild, 2001) for height, weight, bmi, and waist circumference, including preterm correction (Voigt)

Usage kro.ref Source

Perzentile fuer den Body-mass-Index fuer das Kindes- und Jugendalter unter Heranziehung ver-schiedener deutscher Stichproben, Monatsschrift Kinderheilkunde August 2001, Volume 149, Issue 8, pp 807-818; Fruehgeborenenkorrektur nach Voigt

refs-class Class of references

Description

Container for reference tables Slots

name of the reference group

ref List of references, each reference refers to one item and contains age, l, m, and s values for both genders

citation information about the sources of the references Examples data(kiggs.ref) print(kiggs.ref) data(ukwho.ref) print(ukwho.ref) data(who.ref) print(who.ref)

(5)

sds 5

sds calculates standard deviation scores according to a given reference

Description

calculates standard deviation scores according to a given reference Usage

sds(object, ...) Arguments

object anrefsobject

... further arguments tosds

sds,refs-method calculates standard deviation scores according to a given reference

Description

calculates standard deviation scores according to a given reference Usage

## S4 method for signature 'refs' sds(object, item, sex, age, value) Arguments

object refsobject

item reference contained inobject

sex gender

age age

value numeric value which should transform into SDscore Examples

data(who.ref)

sds(who.ref,item="height",sex="female",age=0,value=c(50,51,52,53)) sds(who.ref,item="weight",sex="female",age=0,value=c(2.5,3,3.5))

(6)

6 sds.df,refs-method

sds.df calculates standard deviation scores according to a given reference

Description

calculates standard deviation scores according to a given reference Usage

sds.df(object, ...) Arguments

object anrefsobject

... further arguments tosds

sds.df,refs-method calculates standard deviation scores according to a given reference and adds the respective column

Description

calculates standard deviation scores according to a given reference and adds the respective column Usage

## S4 method for signature 'refs'

sds.df(object, df, item, value = "value", age = "age", sex = "sex", male = 0, female = 1)

Arguments

object refsobject

df dataframe

item reference contained inobject

sex name of the column containing sex

age name of the column containing age

value name of the column containing numeric value which should transform into SD-score

male coding for male

(7)

show,refs-method 7 Examples data(who.ref) x <- data.frame(height=c(50,100,60,54), sex=c("m","f","f","m"), age=c(0,2.9,0.6,0.2)) sds.df(who.ref,df=x,item="height",value="height",sex="sex",age="age",male="m",female="f")

show,refs-method Showsitemsand additional information of anrefsobject

Description

Showsitemsand additional information of anrefsobject

Usage

## S4 method for signature 'refs' show(object)

Arguments

object refsobject

ukwho.ref LMS Parameters for UK-WHO growth charts for height, weight, bmi, head circumference

Description

LMS Parameters for UK-WHO growth charts for height, weight, bmi, head circumference

Usage

ukwho.ref Source

Wright, Charlotte M., et a,Practice pointer: Using the new UK-WHO growth charts. British Medical Journal 340.c1140 (2010): 647-650.Preterm British 1990, 0-4 WHO2006, 4-18 British1990

(8)

8 who.ref

who.ref LMS Parameters for UK-WHO growth charts for height, weight, bmi, head circumference,arm mid upper arm circumference, subscapular and triceps skinfold, weight for height

Description

LMS Parameters for UK-WHO growth charts for height, weight, bmi, head circumference,arm mid upper arm circumference, subscapular and triceps skinfold, weight for height

Usage who.ref Source

de Onis, M., Onyango, A., Borghi, E., Siyam, A., Blossner, M., & Lutter, C. (2012). Worldwide implementation of the WHO child growth standards. Public Health Nutr, 12, 1-8.

(9)

Index

articles,2 articles,refs-method,2 cdc.ref,3 childsds,3 childsds-package(childsds),3 kiggs.ref,3 kro.ref,4 refs,5,6 refs-class,4 sds,5 sds,refs-method,5 sds.df,6 sds.df,refs-method,6 show,refs-method,7 ukwho.ref,7 who.ref,8 9

References

Related documents

The apical four chamber view (transducer was slightly rotated to better imaging the tricuspid valve); white arrow — the tip of the electrode in the apex of the right ventricle,

We analyzed whether the variables of functional ability (based on CHAQ), pain (based on VAS), gender, age, and disease duration influenced patients ’ and/or parents ’ opinion about

The current study showed that the pretreatment of tumor bearing mice with 50  % DMSO (2  ml/kg, i.p.), significantly enhances the cytotoxic activity of cisplatin against the

 Searching regulatory websites of Latam countries with special emphasis on the regulatory requirements, review process, documents, timelines, fee requirements that are

DOSC adopts the decentralization idea underlying DOSNs, complement- ing it with a powerful means for establishing a wide range of policies governing the membership of a

All Rights Reserved 256 The vertex v on type B, D, C is used to identify with vertex w to obtain a path union of larger length.. We below give a scheme how to use different

Table 2 depicts a comparison of the viewpoints of interns and externs of the cardiology wards at teaching hospitals of Mashhad University of Medical Sciences regarding achievement

Maize is one of the most important food crops in the world and together with rice and wheat, provides at least 30 per cent of the food calories to more than