Home
last modified time | relevance | path

Searched refs:missingness (Results 1 – 25 of 109) sorted by relevance

12345

/dports/math/R-cran-haven/haven/src/readstat/
H A Dreadstat_variable.c77 return variable->missingness.missing_ranges_count; in readstat_variable_get_missing_ranges_count()
81 if (i < variable->missingness.missing_ranges_count && in readstat_variable_get_missing_range_lo()
82 …2*i+1 < sizeof(variable->missingness.missing_ranges)/sizeof(variable->missingness.missing_ranges[0… in readstat_variable_get_missing_range_lo()
83 return variable->missingness.missing_ranges[2*i]; in readstat_variable_get_missing_range_lo()
90 if (i < variable->missingness.missing_ranges_count && in readstat_variable_get_missing_range_hi()
91 …2*i+1 < sizeof(variable->missingness.missing_ranges)/sizeof(variable->missingness.missing_ranges[0… in readstat_variable_get_missing_range_hi()
92 return variable->missingness.missing_ranges[2*i+1]; in readstat_variable_get_missing_range_hi()
100 …if (2*i < sizeof(variable->missingness.missing_ranges)/sizeof(variable->missingness.missing_ranges… in readstat_variable_add_missing_value_range()
101 variable->missingness.missing_ranges[2*i] = lo; in readstat_variable_add_missing_value_range()
102 variable->missingness.missing_ranges[2*i+1] = hi; in readstat_variable_add_missing_value_range()
[all …]
/dports/math/R-cran-haven/haven/src/readstat/spss/
H A Dreadstat_spss.c128 readstat_missingness_t missingness; in spss_missingness_for_info() local
129 memset(&missingness, '\0', sizeof(readstat_missingness_t)); in spss_missingness_for_info()
132 missingness.missing_ranges_count++; in spss_missingness_for_info()
133 missingness.missing_ranges[0] = spss_boxed_missing_value(info, 0); in spss_missingness_for_info()
134 missingness.missing_ranges[1] = spss_boxed_missing_value(info, 1); in spss_missingness_for_info()
137 missingness.missing_ranges_count++; in spss_missingness_for_info()
138missingness.missing_ranges[2] = missingness.missing_ranges[3] = spss_boxed_missing_value(info, 2); in spss_missingness_for_info()
141 missingness.missing_ranges_count = info->n_missing_values; in spss_missingness_for_info()
144missingness.missing_ranges[2*i] = missingness.missing_ranges[2*i+1] = spss_boxed_missing_value(inf… in spss_missingness_for_info()
147 return missingness; in spss_missingness_for_info()
[all …]
/dports/math/R-cran-survey/survey/tests/testoutput/
H A Dscoping.Rout.save57 (66 observations deleted due to missingness)
72 (66 observations deleted due to missingness)
95 (66 observations deleted due to missingness)
106 (66 observations deleted due to missingness)
118 (66 observations deleted due to missingness)
/dports/math/R-cran-Amelia/Amelia/inst/doc/
H A Ddiagnostics.Rmd87missingness increases, we expect the width of the confidence interval to increase. The color of th…
158 …stimates of the missing values since it would be unaware that both the missingness and the true un…
163missingness in a dataset is a *missingness map*. This is a map that visualizes the dataset a grid …
172 …n arrange the columns so that the variables are in decreasing order of missingness from left to ri…
174missingness map, it is clear that the tariff rate is the variable most missing in the data and it …
176 The missingness map is an important tool for understanding the patterns of missingness in the data …
H A Dintro-mi.Rmd22 …ns can appropriately use all the information present in a dataset with missingness, and avoid the …
30 …ecific models for nonresponse in each new data set. Unless the rate of missingness is very high, $…
47 … the pattern of missingness only depends on the observed data $D^{obs}$, not the unobserved data $…
54 … coin flips, but it also includes many more sophisticated missingness models. When missingness is …
58 … it is clear that our observed data is actually $D^{obs}$ and $M$, the missingness matrix. Thus, t…
/dports/math/R-cran-Amelia/Amelia/vignettes/
H A Ddiagnostics.Rmd87missingness increases, we expect the width of the confidence interval to increase. The color of th…
158 …stimates of the missing values since it would be unaware that both the missingness and the true un…
163missingness in a dataset is a *missingness map*. This is a map that visualizes the dataset a grid …
172 …n arrange the columns so that the variables are in decreasing order of missingness from left to ri…
174missingness map, it is clear that the tariff rate is the variable most missing in the data and it …
176 The missingness map is an important tool for understanding the patterns of missingness in the data …
H A Dintro-mi.Rmd22 …ns can appropriately use all the information present in a dataset with missingness, and avoid the …
30 …ecific models for nonresponse in each new data set. Unless the rate of missingness is very high, $…
47 … the pattern of missingness only depends on the observed data $D^{obs}$, not the unobserved data $…
54 … coin flips, but it also includes many more sophisticated missingness models. When missingness is …
58 … it is clear that our observed data is actually $D^{obs}$ and $M$, the missingness matrix. Thus, t…
/dports/math/R-cran-Amelia/Amelia/man/
H A Dmissmap.Rd63 Plots a missingness map showing where missingness occurs in
67 \code{missmap} draws a map of the missingness in a dataset using the
76 with the top-most row of the missingness map. The values of
H A Dameliabind.Rd27 missingness matrix are identical. Thus, it could be fooled by two
H A Doverimpute.Rd66 observations in the pattern of missingness for that
/dports/devel/R-cran-vctrs/vctrs/man/
H A Dunspecified.Rd15 allow \code{NA} to specify missingness without requiring a type.
H A Dvec_as_subscript.Rd57 not checked in any way (length, missingness, negative elements).
/dports/math/R-cran-survey/survey/man/
H A Destweights.Rd71 ## ignoring missingness, using model-based standard error
74 ## Without covariates to predict missingness we get
/dports/devel/R-cran-data.table/data.table/man/
H A Dcdt.Rd16 …reover checks that \code{i} argument is in range of \code{1:nrow(DT)}, missingness, etc. might be …
/dports/math/R/R-4.1.2/src/library/stats/man/
H A Dcomplete.cases.Rd25 functions to determine lengths and missingness, ignoring the
/dports/math/libRmath/R-4.1.1/src/library/stats/man/
H A Dcomplete.cases.Rd25 functions to determine lengths and missingness, ignoring the
/dports/science/R-cran-e1071/e1071/man/
H A Dtune.wrapper.Rd42 \item{na.action}{function handling missingness.}
/dports/math/R-cran-haven/haven/inst/doc/
H A Dsemantics.Rmd75 …ughly equivalent to R's `NA`, although neither Stata nor SAS propagate missingness in numeric comp…
77 Each tool also provides a mechanism for recording multiple types of missingness:
/dports/math/R-cran-haven/haven/vignettes/
H A Dsemantics.Rmd75 …ughly equivalent to R's `NA`, although neither Stata nor SAS propagate missingness in numeric comp…
77 Each tool also provides a mechanism for recording multiple types of missingness:
/dports/devel/R-cran-tidyr/tidyr/man/
H A Dspread.Rd20 that there are two types of missingness in the input: explicit missing
/dports/devel/R-cran-broom/broom/man/
H A Dtidy.geeglm.Rd50 missingness in the data beforehand.
/dports/math/R-cran-robustbase/robustbase/tests/
H A Dweights.Rout.save163 (3 observations deleted due to missingness)
216 (3 observations deleted due to missingness)
269 (4 observations deleted due to missingness)
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dparam.h46 double missingness; variable
/dports/math/R/R-4.1.2/src/library/base/man/
H A Dsubstitute.Rd75 \code{\link{missing}} for argument \sQuote{missingness},
/dports/math/libRmath/R-4.1.1/src/library/base/man/
H A Dsubstitute.Rd75 \code{\link{missing}} for argument \sQuote{missingness},

12345