Learn R Programming

seawaveQ (version 1.0.0)

examplestpars: Example matrix for internal use.

Description

This is an example of data that is passed internally to subfunctions of fitswavecav. It is provided here for use with examples of the internal functions.

Usage

examplestpars

Arguments

format

A numeric matrix of two rows and 14 columns. column description 1 mclass, model class has not been implemented yet and is equal to 1 2 model chosen (a number 1-56), this number represents both the pulse input function and the half-life 3 is the scale factor from the survreg.object 4 is the likelihood for the model chosen 5 is the coefficient for the model intercept 6 is the coefficient for the seasonal wave component of the model 7 is the coefficient for the trend component of the model 8 is the coefficient for the 30-day flow anomaly 9 is the coefficient for the 1-day flow anomaly 10 is the standard error for the intercept term 11 is the standard error for the seasonal wave term 12 is the standard error for the trend term 13 is the standard error for the 30-day flow anomaly term 14 is the standard error for the 1-day flow anomaly term 15 is cmaxt, the decimal season of maximum concentration 16 is the p-value for the trend line

source

Internal data captured from the following function call: fitswavecav(cdat=modMoRivOmaha, cavdat=cqwMoRivOmaha, tanm="myexample", pnames=c("04041"), yrstart=1995, yrend=2003, tndbeg=1995, tndend=2003, iwcav=c("flowa30","flowa1"), dcol="dates", qwcols=c("R","P"))

See Also

fitswavecav

Examples

Run this code
data(swData)
  examplestpars

Run the code above in your browser using DataLab