The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
New makeRepeated()
function : takes summary
statistics that are reported in a typical repeated-measures ANOVA study,
and then returns
a correlation matrix of the vectors of repeated measures and
a data frame based on the correlation matrix and summary moments, plus
diagnostic statistics, including possible F-statistics based on information provided.
#lfast_validation# vignette shows that #LikertMaker# does a remarkably good job of replicating real rating-scale data.
lfast()
and makeCorrLoadings()
appear only in
the package website.new makePaired()
function: takes summary statistics
from a paired-sample t-test and produces a data frame of rating-scale
data that would deliver such summary statistics
lcor()
function rewrite: previous version used a
very systematic swapping of values in each column to minimise the
difference between data correlation and a target correlation matrix.
This algorithm had the effect of causing extreme values in each column
to be highly-correlated (or lowly correlated as applicable), and leaving
middle-values relatively uncorrelated. This property was probably not
noticeable in most cases but was apparent when the range of scale values
was great.
LikertMakeR vignette
makeCorrLoadings validation
DESCRIPTION
metadata to comply with CRAN
requirements.knitr::rmarkdown
for better
compatibility with CRAN and development tools.makeCorrLoadings() generates a correlation matrix of inter-item correlations based on item factor loadings as might be seen in Exploratory Factor Analysis (EFA) or a Structural Equation Model (SEM).
Such a correlation matrix can be applied to the function to generate synthetic data with those predefined factor structures.
No update from V 0.4.5.
This will be the new numbered for submission to CRAN
makePaired() generates a dataframe of two paired vectors to emulate data for a paired-sample t-test
generated scale items now defined by a target Cronbach’s Alpha, as well as by variance within each scale item. This latest version adds a little randomness to the selection of candidate row vectors.
correlation matrix usually has values sorted lowest to highest. This happens less often
‘precision’ adds random variation around the target Cronbach’s Alpha. Default = ‘0’ (no variation giving Alpha exact to two decimal places)
Create a dataframe of correlated scales from different dataframes of scale items
Generate rating-scale items from a given summated scale
Faster and more accurate functions: lcor() & lfast()
These replace the old lcor() & lfast() with the previous lcor_C() & lfast_R()
makeCorrAlpha() constructs a random correlation matrix of given dimensions and predefined Cronbach’s Alpha.
makeItems() generates synthetic rating-scale data with predefined first and second moments and a predefined correlation matrix
alpha() calculate Cronbach’s Alpha from a given correlation matrix or a given dataframe
eigenvalues() calculates eigenvalues of a correlation matrix with an optional scree plot
Made code and examples more tidy - this makes code a few nanoseconds faster
Added some further in-line comments.
setting up for some C++ mods to make lcor() faster, and to introduce make_items() function.
Added references to DESCRIPTION file and expanded citations to vignettes
Reduced runtime by setting target to zero instead of -Inf.
Specified one thread instead of attempting Parallel
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.