From c1d26a6bd854ae0ecd9799a432faa47b13a92e84 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 23 Mar 2024 11:25:36 -0300 Subject: [PATCH] documentation modified by example --- man/coef.cotframe.Rd | 2 +- man/coef.lframe.Rd | 2 +- man/confint.cotframe.Rd | 2 +- man/confint.lframe.Rd | 2 +- man/mpitb.est.Rd | 2 +- man/summary.cotframe.Rd | 2 +- man/summary.lframe.Rd | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man/coef.cotframe.Rd b/man/coef.cotframe.Rd index 77ff55c..3379f96 100644 --- a/man/coef.cotframe.Rd +++ b/man/coef.cotframe.Rd @@ -40,7 +40,7 @@ indicators <- list(d1 = c("d_nutr","d_cm"), set <- mpitb.set(svydata, indicators = indicators, name = "myname", desc = "pref. desc") # Estimate the cross-sectional MPI and compare non-annualized changes over time -est <- mpitb.est(set, klist = c(33), measures = "M0", indmeasures = "hdk", +est <- mpitb.est(set, klist = c(33), measures = "M0", tvar = "t", cotmeasures = "M0", weights = "equal", over = c("area"), verbose = FALSE) diff --git a/man/coef.lframe.Rd b/man/coef.lframe.Rd index 4cccd06..40bfed7 100644 --- a/man/coef.lframe.Rd +++ b/man/coef.lframe.Rd @@ -40,7 +40,7 @@ indicators <- list(d1 = c("d_nutr","d_cm"), set <- mpitb.set(svydata, indicators = indicators, name = "myname", desc = "pref. desc") # Estimate the cross-sectional MPI and compare non-annualized changes over time -est <- mpitb.est(set, klist = c(33), measures = "M0", indmeasures = "hdk", +est <- mpitb.est(set, klist = c(33), measures = "M0", tvar = "t", cotmeasures = "M0", weights = "equal", over = c("area"), verbose = FALSE) diff --git a/man/confint.cotframe.Rd b/man/confint.cotframe.Rd index 14160c3..4a0575c 100644 --- a/man/confint.cotframe.Rd +++ b/man/confint.cotframe.Rd @@ -44,7 +44,7 @@ indicators <- list(d1 = c("d_nutr","d_cm"), set <- mpitb.set(svydata, indicators = indicators, name = "myname", desc = "pref. desc") # Estimate the cross-sectional MPI and compare non-annualized changes over time -est <- mpitb.est(set, klist = c(33), measures = "M0", indmeasures = "hdk", +est <- mpitb.est(set, klist = c(33), measures = "M0", tvar = "t", cotmeasures = "M0", weights = "equal", over = c("area"), verbose = FALSE) diff --git a/man/confint.lframe.Rd b/man/confint.lframe.Rd index d4720db..d6c91c4 100644 --- a/man/confint.lframe.Rd +++ b/man/confint.lframe.Rd @@ -45,7 +45,7 @@ indicators <- list(d1 = c("d_nutr","d_cm"), set <- mpitb.set(svydata, indicators = indicators, name = "myname", desc = "pref. desc") # Estimate the cross-sectional MPI and compare non-annualized changes over time -est <- mpitb.est(set, klist = c(33), measures = "M0", indmeasures = "hdk", +est <- mpitb.est(set, klist = c(33), measures = "M0", tvar = "t", cotmeasures = "M0", weights = "equal", over = c("area"), verbose = FALSE) diff --git a/man/mpitb.est.Rd b/man/mpitb.est.Rd index 49e1749..331812b 100644 --- a/man/mpitb.est.Rd +++ b/man/mpitb.est.Rd @@ -184,7 +184,7 @@ indicators <- list(d1 = c("d_nutr","d_cm"), set <- mpitb.set(svydata, indicators = indicators, name = "myname", desc = "pref. desc") # Estimate the cross-sectional MPI and compare non-annualized changes over time -est <- mpitb.est(set, klist = c(33), measures = "M0", indmeasures = "hdk", +est <- mpitb.est(set, klist = c(33), measures = "M0", tvar = "t", cotmeasures = "M0", weights = "equal", over = c("area"), verbose = FALSE) diff --git a/man/summary.cotframe.Rd b/man/summary.cotframe.Rd index 8534afc..d5bf20b 100644 --- a/man/summary.cotframe.Rd +++ b/man/summary.cotframe.Rd @@ -42,7 +42,7 @@ indicators <- list(d1 = c("d_nutr","d_cm"), set <- mpitb.set(svydata, indicators = indicators, name = "myname", desc = "pref. desc") # Estimate the cross-sectional MPI and compare non-annualized changes over time -est <- mpitb.est(set, klist = c(33), measures = "M0", indmeasures = "hdk", +est <- mpitb.est(set, klist = c(33), measures = "M0", tvar = "t", cotmeasures = "M0", weights = "equal", over = c("area"), verbose = FALSE) diff --git a/man/summary.lframe.Rd b/man/summary.lframe.Rd index ff3b498..3def62b 100644 --- a/man/summary.lframe.Rd +++ b/man/summary.lframe.Rd @@ -40,7 +40,7 @@ indicators <- list(d1 = c("d_nutr","d_cm"), set <- mpitb.set(svydata, indicators = indicators, name = "myname", desc = "pref. desc") # Estimate the cross-sectional MPI and compare non-annualized changes over time -est <- mpitb.est(set, klist = c(33), measures = "M0", indmeasures = "hdk", +est <- mpitb.est(set, klist = c(33), measures = "M0", tvar = "t", cotmeasures = "M0", weights = "equal", over = c("area"), verbose = FALSE)