Description Usage Arguments Value See Also Examples
pisa.log.pv performs logistic regression with plausible values and replicate weights. Use the pisa2015.log.pv() for data from PISA 2015 study.
1 2 3 4 |
pvlabel |
The label corresponding to the achievement variable, for example, "READ", for overall reading performance. |
x |
Data labels of independent variables. |
cutoff |
The cut-off point at which the dependent plausible values scores are dichotomised (1 is larger than the cut-off) |
by |
The label for the categorical grouping variable (i.e., by="IDCNTRYL") or variables (e.g., x= c("IDCNTRYL", "ST79Q03")). |
data |
An R object, normally a data frame, containing the data from PISA. |
export |
A logical value. If TRUE, the output is exported to a file in comma-separated value format (.csv) that can be opened from LibreOffice or Excel. |
name |
The name of the exported file. |
folder |
The folder where the exported file is located. |
pisa.log.pv returns a data frame with coefficients, standard errors, t-values, and odds ratios. If "by" is specified, results are reported in a list.
timss.log.pv, pirls.log.pv
1 2 3 4 5 6 | ## Not run:
timss.log.pv(pvlabel="BSMMAT", cutoff= 550, x=c("ITSEX", "BSBGSLM"), by="IDCNTRYL", data=timss8g)
intsvy.log.pv(pvlabel="BSMMAT", cutoff= 550, x="ITSEX", by="IDCNTRYL",
data=timss8g, config=timss8_conf)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.