Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

View

View a jagsUI output object in a separate window


Description

Show an R object in a separate, spreadsheet-style window. This is an S3 generic version of View.

The method will be deprecated in the next version due to constant issues with IDEs especially RStudio. It will be replacted with a standalone function jags.View(), which you can use now.

Usage

View(x, title, ...)

  ## S3 method for class 'jagsUI'
View(x, title, digits=3, ...)

Arguments

x

A jagsUI object

title

Specify a title for the window.

digits

Number of digits to display after the decimal.

...

Further arguments pass to or from other methods.

Author(s)

Ken Kellner contact@kenkellner.com and Mike Meredith.


jagsUI

A Wrapper Around 'rjags' to Streamline 'JAGS' Analyses

v1.5.1
GPL-3
Authors
Ken Kellner <contact@kenkellner.com>
Initial release
2019-07-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.