Learn R Programming

ccrs (version 0.1.0)

Correct and Cluster Response Style Biased Data

Description

Functions for performing Correcting and Clustering response-style-biased preference data (CCRS). The main functions are correct.RS() for correcting for response styles, and ccrs() for simultaneously correcting and content-based clustering. The procedure begin with making rank-ordered boundary data from the given preference matrix using a function called create.ccrsdata(). Then in correct.RS(), the response style is corrected as follows: the rank-ordered boundary data are smoothed by I-spline functions, the given preference data are transformed by the smoothed functions. The resulting data matrix, which is considered as bias-corrected data, can be used for any data analysis methods. If one wants to cluster respondents based on their indicated preferences (content-based clustering), ccrs() can be applied to the given (response-style-biased) preference data, which simultaneously corrects for response styles and clusters respondents based on the contents. Also, the correction result can be checked by plot.crs() function.

Copy Link

Version

Install

install.packages('ccrs')

Monthly Downloads

37

Version

0.1.0

License

GPL (>= 2)

Maintainer

Mariko Takagishi

Last Published

March 4th, 2019

Functions in ccrs (0.1.0)

create.ccrsdata

Create a dataset for CCRS
generate.rsdata

Simulate preference data to apply CCRS
ccrs

Correcting and Clustering response style biased data
ccrs-package

Correcting and Clustering preference data in the presence of response style bias.
convert.X2F

Convert data matrix to rank-ordered boundary data
correct.rs

Correct response-style-biased data
transformRSdata

Transform data by the estimated response function
plot.crs

Plot crs objects