Home
last modified time | relevance | path

Searched refs:pivot_table_set_weight_var (Results 1 – 22 of 22) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dt-test-paired.c148 pivot_table_set_weight_var (table, tt->wv);
191 pivot_table_set_weight_var (table, tt->wv);
235 pivot_table_set_weight_var (table, tt->wv);
H A Dt-test-one-sample.c65 pivot_table_set_weight_var (table, tt->wv);
123 pivot_table_set_weight_var (table, tt->wv);
H A Dmcnemar.c173 pivot_table_set_weight_var (table, dict_get_weight (dict)); in output_freq_table()
220 pivot_table_set_weight_var (table, dict_get_weight (dict)); in output_statistics_table()
H A Dchisquare.c180 pivot_table_set_weight_var (table, dict_get_weight (dict)); in chisquare_execute()
236 pivot_table_set_weight_var (table, dict_get_weight (dict)); in chisquare_execute()
H A Dmedian.c306 pivot_table_set_weight_var (table, dict_get_weight (dict));
348 pivot_table_set_weight_var (table, dict_get_weight (dict));
H A Dcorrelations.c92 pivot_table_set_weight_var (table, opts->wv); in output_descriptives()
127 pivot_table_set_weight_var (table, opts->wv); in output_correlation()
H A Dsign.c67 pivot_table_set_weight_var (table, dict_get_weight (dict)); in output_frequency_table()
H A Dcochran.c151 pivot_table_set_weight_var (table, dict_get_weight (ct->dict)); in show_freqs_box()
H A Dreliability.c541 pivot_table_set_weight_var (table, dict_get_weight (dict)); in case_processing_summary()
628 pivot_table_set_weight_var (table, rel->wv); in reliability_statistics()
H A Dbinomial.c183 pivot_table_set_weight_var (table, dict_get_weight (dict)); in binomial_execute()
H A Dfriedman.c247 pivot_table_set_weight_var (table, dict_get_weight (fr->dict)); in show_sig_box()
H A Druns.c315 pivot_table_set_weight_var (table, dict_get_weight (dict)); in show_runs_result()
H A Dwilcoxon.c241 pivot_table_set_weight_var (table, dict_get_weight (dict)); in show_ranks_box()
H A Dt-test-indep.c191 pivot_table_set_weight_var (table, tt->wv); in indep_summary()
H A Dlogistic.c1366 pivot_table_set_weight_var (table, dict_get_weight (cmd->dict)); in output_categories()
1463 pivot_table_set_weight_var (table, cmd->wv); in output_classification_table()
H A Dfrequencies.c300 pivot_table_set_weight_var (table, wv); in dump_freq_table()
1580 pivot_table_set_weight_var (table, wv); in dump_statistics()
H A Ddescriptives.c988 pivot_table_set_weight_var (table, dict_get_weight (dsc->dict)); in display()
H A Dexamine.c923 pivot_table_set_weight_var (table, dict_get_weight (cmd->dict)); in summary_report()
H A Dfactor.c2066 pivot_table_set_weight_var (table, factor->wv); in do_factor_by_matrix()
H A Dcrosstabs.q923 pivot_table_set_weight_var (table, dict_get_weight (proc->dict));
/dports/math/pspp/pspp-1.4.1/src/output/
H A Dpivot-table.h467 void pivot_table_set_weight_var (struct pivot_table *,
H A Dpivot-table.c859 pivot_table_set_weight_var (struct pivot_table *table, in pivot_table_set_weight_var() function