Skip to content

Releases: scienceverse/faux

faux 1.2.3

17 Oct 11:06

Choose a tag to compare

faux 1.2.2

17 Jan 09:59

Choose a tag to compare

  • Fixed a bug in rmulti() that assigned correlations to the wrong pairs with more than 3 variables (thanks @yann1cks!)
  • Made rmulti() more efficient by skipping adjusted r simulation for normal-normal pairs
  • Added nbinom2norm() conversion function, but not sure it works right unless you set size and prob manually (produces a warning if you don't)

faux 1.2.1

21 Apr 13:59

Choose a tag to compare

  • rmulti() function for multivariate distributions that aren't all normal (experimental)
  • Minor changes to add_random()
  • Fixed minor vignette bugs for CRAN
  • Various minor bug fixes
  • add_between() and add_within() don't convert non-character levels to factors any more
  • submitting to CRAN (sorry for letting it get archived!)
  • Fixed the long argument for sim_df()
  • Improvements for rmulti() and associated helper functions convert_r() and fh_bounds().
  • A vignette for NORTA
  • Likert distribution functions rlikert(), dlikert(), plikert() and qlikert()
  • add_random() now names random factor items with the full random factor name (e.g., "class1", not "c1")
  • add_random() allows you to set specific factor item names (see vignette)

faux 1.1.0

17 Sep 15:16

Choose a tag to compare

Breaking changes

  • sim_design() now names anonymous within and between factors like W and B or W1, W2, W3, ..., and B1, B2, ... instead of A, B, C, ...

New features

  • add_contrast() and associated contr_code_*** functions
  • add_random() and associated mixed design building functions

Minor improvements and fixes

  • get_params() doesn't need between, within, id, and dv set for date created by sim_design()
  • plot_design() can display a subset of factors
  • sim_design() fixed a bug in when setting n with an unnamed vector and within-subjects factors

faux 1.0.0

27 Mar 13:08
837e101

Choose a tag to compare

  • Some breaking changes with requiring the separator character to not exist in factor labels
  • Expanded distribution conversion functions
  • Several bug fixes that prevented types of parameter specifications from working
  • New vignettes

Faux

28 Sep 14:58
df0d2ba

Choose a tag to compare

The faux package provides functions to simulate data with a factorial structure.

Faux (beta)

26 Feb 21:52
1fa238d

Choose a tag to compare

The faux package provides functions to simulate data with a specified structure.

Faux (beta)

29 Dec 16:18
a5e914b

Choose a tag to compare

The faux package provides functions to simulate data with a specified structure.

Faux (beta)

10 Dec 10:57
6ad57cc

Choose a tag to compare

The faux package provides functions to simulate data with a specified structure.

Faux (beta)

06 May 19:26
fc18a4f

Choose a tag to compare

The faux package provides functions to simulate data with a specified structure.