drawTable: Draw table of FDSLRM parameters estimates and frequencies

Description Usage Arguments Value Note Examples

View source: R/drawTable.R

Description

drawTable(type, periodogram, frequencies, fixed_eff, random_eff, variances) creates a good looking table for estimates of FDSLRM parameters and frequencies. This function is designed for Jupyter notebooks.

Usage

1
2
3
4
5
6
7
8
drawTable(
  type,
  periodogram,
  frequencies = NULL,
  fixed_eff,
  random_eff,
  variances
)

Arguments

type

one of the following values if acceptable: "periodogram", "fixed", "random", "variance".

periodogram

output of function spec.pgram.

frequencies

vector of (Fourier) frequencies in the form of fractions.

fixed_eff

vector of fixed effects.

random_eff

vector of random effects.

variances

vector of variances. First element should be a variance of white noise and the next elements should be variances of random effects.

Value

Table with corresponding values.

Note

Ver.: 12-Jan-2019 17:20:30.

Examples

1
2
# You can see how to use this utility function by opening the following link:
# link to our jupyter notebooks with examples.

fdslrm/R-package documentation built on April 29, 2020, 6:26 p.m.