This is a function that calculates the percentage in arcsine and plots it against the PISA scores
ScatterPlotbyPerformance(
data,
strategy.summary,
performance.mean,
country.id,
ylab.text,
xlab.text,
ylim.vector,
xlim.vector
)
This function returns a data frame and a plot
A matrix
or data.frame
where the 'strategy.var' and performance
variables are
strategy.summary
performance.mean
A string with the name of the countries variable. It is "quo()" type.
A character string giving the text of the y-axis in the plot
A character string giving the text of the x-axis in the plot
A numeric vector with the limits of the y-axis in the plot
A numeric vector with the limits of the x-axis in the plot