Displaying 1 result from an estimated 1 matches for "userofcomput".
Did you mean:
userofcomputer
2011 Sep 20
1
Data
...lihood(fit)
nyblom(fit)
signbias(fit)
head(as.data.frame(fit))
head(sigma(fit))
head(residuals(fit))
head(fitted(fit))
gof(fit,c(20,30,40,50))
uncmean(fit)
uncvariance(fit)
plot(fit,which="all")/
I want to use my data now.
I figured out how to load excel sheets.
setwd("C:/Users/UserofComputer/Desktop")
data <- read.csv2("Dataname.csv",header=T)
attach(data)
x <- CGE[200:1]
dx <- diff(log(x))
How is my "Dataname" now safed?
I cant use it as data(dataname) unfortunately.
Where is my mistake?
Thank you
--
View this message in context: http://r.7896...