Learn R Programming

⚠️There's a newer version (2.6.3) of this package.Take me there.

jmvcore (version 0.8)

Dependencies for the 'jamovi' Framework

Description

A framework for creating rich interactive analyses for the jamovi platform (see for more information).

Copy Link

Version

Install

install.packages('jmvcore')

Monthly Downloads

3,315

Version

0.8

License

GPL (>= 2)

Maintainer

Jonathon Love

Last Published

September 7th, 2017

Functions in jmvcore (0.8)

Analysis

the jmvcore Object classes
Cell.BEGIN_GROUP

Constants to specify formatting of Table cells
startsWith

Test whether strings start or end with a particular string
stringifyTerm

Converts a term into a string
format

Format a string with arguments
isError

Determine if an object is an error
naOmit

remove missing values from a data frame listwise
createError

Create and throw errors
Options

The jmv Options classes
canBeNumeric

Determines whether an object is or can be converted to numeric
themes

The jamovi plot themes
toB64

Convert names to and from Base64 encoding
composeTerm

Compose and decompose interaction terms to and from their components
extractErrorMessage

Extracts the error message from an error object
select

Create a new data frame with only the selected columns
sourcify

Converts basic R object into their source representation
constructFormula

Construct a formula string
create

Create an analysis
toNumeric

Converts a vector of values to numeric
tryNaN

try an expression, and return NaN on failure