Displaying 3 results from an estimated 3 matches for "fittet".
Did you mean:
fitted
2009 May 06
2
Summary help
Hi, I have fittet a gamma model, and is wondering if I can read the shape and
the scale direct from the summary
Estimate Std. Error t value Pr(>|t|)
(Intercept) 1.612e+00 4.735e-02 34.052 <2e-16 ***
myvalue 3.564e-02 2.787e-03 12.7...
2002 Jan 09
1
exporting an output of an analysis
...t. This dataset
inludes above 100 variables so the output matrix of the analysis is also
big. Because the output matrix is so huge it is a problem to use the browser
of R to look at the analysis. Therefor I want to export the solution of the
principal component analysis to another tool which better fittet for viewing
big matrixes/outputs (e.g a database or spreadsheet)
The problem is the data format of the output of the solution. It is a
mixture of text and numbers. I have tried to convert the output solution to
a matrix or a dataframe but is not possible because of the text in the
analysis.
If...
2009 May 08
1
glm fit
Hi, I try to ask here, because I hope someone will help me understand this
problem-
I have fittet a glm in R with the results
> glm1 <-
> glm(log(claims)~log(sum)*as.factor(grp),family=gaussian(link="identity"))
> summary(glm1)
Call:
glm(formula = log(claims) ~ log(sum) * as.factor(grp), family =
gaussian(link = "identity"))
Deviance Residuals:
Min...