Learn R Programming

LOGAN (version 1.0.1)

DataArcSinebyPerformance: Data: 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

DataArcSinebyPerformance(data, strategy.var, performance.test, country.id)

Value

This function returns a data frame and a plot

Arguments

data

A matrix or data.frame where the 'strategy.var' and performance variables are

strategy.var

A string with the name of the strategy variable. It is "quo()" type.

performance.test

A string with the name of the test performance variable. It is "quo()" type.

country.id

A string with the name of the countries variable. It is "quo()" type.