ScatterPlotbyPerformance: Plot: Percentage in arcsine values x PISA scores by Country

View source: R/ScatterPlotbyPerformance_m2.R

ScatterPlotbyPerformanceR 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 matrix or data.frame where the 'strategy.var' and performance variables are

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


LOGAN documentation built on Oct. 25, 2022, 9:08 a.m.