Last data update: 2014.03.03

R: Fitted Values from "FitAR" Object
fitted.FitARR Documentation

Fitted Values from "FitAR" Object

Description

Method function, extracts fitted values from FitAR object.

Usage

## S3 method for class 'FitAR'
fitted(object, ...)

Arguments

object

object of class "FitAR"

...

optional arguments

Value

Vector of fitted values

Author(s)

A.I. McLeod and Y. Zhang

See Also

FitAR

Examples

out<-FitAR(SeriesA, c(1,2,6,7))
fitted(out)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(FitAR)
Loading required package: lattice
Loading required package: leaps
Loading required package: ltsa
Loading required package: bestglm
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/FitAR/fitted.FitAR.Rd_%03d_medium.png", width=480, height=480)
> ### Name: fitted.FitAR
> ### Title: Fitted Values from "FitAR" Object
> ### Aliases: fitted.FitAR
> ### Keywords: ts
> 
> ### ** Examples
> 
> out<-FitAR(SeriesA, c(1,2,6,7))
> fitted(out)
Time Series:
Start = 1 
End = 197 
Frequency = 1 
  [1] 16.98770 16.96126 16.80845 16.64155 16.55741 16.87743 17.03945 16.99187
  [9] 17.07745 16.91811 16.88673 16.92505 17.01966 17.15712 17.30868 17.29127
 [17] 17.03142 17.06978 17.19589 17.24063 17.13129 17.05487 17.17612 17.29226
 [25] 17.38164 17.31502 17.24226 17.29074 17.26426 17.14184 17.37250 17.45083
 [33] 17.65944 17.51983 17.23868 17.23116 17.20935 17.38769 17.61109 17.40609
 [41] 17.48724 17.41569 17.31850 17.04903 17.27881 17.36161 17.36942 17.30698
 [49] 17.15330 16.98983 17.25824 17.36448 17.13843 16.94039 16.89706 16.84148
 [57] 17.17602 17.13287 17.18209 17.15693 16.84324 16.94754 16.95146 16.84759
 [65] 17.47799 17.30249 17.12996 17.10345 16.81625 17.07812 17.18901 17.15507
 [73] 17.28914 17.33188 17.11036 16.93945 16.91332 17.00335 17.15623 17.00012
 [81] 16.77421 16.86571 16.86467 16.75931 16.70510 16.60854 16.71081 16.75589
 [89] 16.75869 16.64148 16.57236 16.49629 16.54832 16.58073 16.61974 16.81930
 [97] 16.87692 16.91787 16.96152 16.74165 16.80353 16.78458 16.97085 16.89529
[105] 16.91158 16.99112 16.84227 16.63411 16.68477 16.77874 16.86378 16.83271
[113] 16.69892 16.76331 17.02941 17.06986 16.83682 16.76277 16.61713 16.72341
[121] 16.91798 16.97315 17.04218 16.91454 16.82681 17.00121 17.11924 17.16609
[129] 17.17023 17.08592 17.11395 17.28050 17.12532 16.99761 16.99565 17.00091
[137] 16.92376 16.90263 16.85689 16.84804 16.88181 16.79850 16.64932 16.87232
[145] 16.88183 16.81477 16.87353 17.03174 17.08088 17.05101 16.85587 16.93484
[153] 17.13483 17.30412 17.21260 16.98060 16.86408 16.98028 17.21898 17.28979
[161] 17.18932 17.04865 16.98788 17.08084 17.25927 17.21970 17.05872 16.96349
[169] 16.97364 16.93858 17.02468 17.14725 17.36028 17.50335 17.39316 17.21103
[177] 17.02133 17.00322 17.17706 17.26712 17.37266 17.39678 17.43667 17.16655
[185] 16.99992 17.00667 17.11629 17.34421 17.41032 17.24681 17.07381 17.36370
[193] 17.68727 17.55386 17.53085 17.38750 17.18134
attr(,"title")
[1] Chemical process concentrations
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>