ScatterPlotbyPerformance {LOGAN} | R Documentation |
Plot: Percentage in arcsine values x PISA scores by Country
Description
This is a function that calculates the percentage in arcsine and plots it against the PISA scores
Usage
ScatterPlotbyPerformance(
data,
strategy.summary,
performance.mean,
country.id,
ylab.text,
xlab.text,
ylim.vector,
xlim.vector
)
Arguments
data |
A |
strategy.summary |
strategy.summary |
performance.mean |
performance.mean |
country.id |
A string with the name of the countries variable. It is "quo()" type. |
ylab.text |
A character string giving the text of the y-axis in the plot |
xlab.text |
A character string giving the text of the x-axis in the plot |
ylim.vector |
A numeric vector with the limits of the y-axis in the plot |
xlim.vector |
A numeric vector with the limits of the x-axis in the plot |
Value
This function returns a data frame and a plot
[Package LOGAN version 1.0.1 Index]