Displaying 3 results from an estimated 3 matches for "0.02202".
Did you mean:
0.0220
2003 Sep 26
3
Std. errors of intercept and slope
Dear all,
I have the following output generated by linear regression. Since there is
only one regression intercept and one slope for one set of data, what is the
meaning of std. error for intercept and that of slope? Thanks in advance.
Sincerely,
Minghua
> data(thuesen)
> attach(thuesen)
> lm(short.velocity~blood.glucose)
Call:
lm(formula = short.velocity ~ blood.glucose)
2012 Jul 06
2
Anova Type II and Contrasts
the study design of the data I have to analyse is simple. There is 1 control group (CTRL) and 2 different treatment groups (TREAT_1 and TREAT_2).
The data also includes 2 covariates COV1 and COV2. I have been asked to check if there is a linear or quadratic treatment effect in the data.
I created a dummy data set to explain my situation:
df1 <- data.frame(
Observation =
2012 Jul 19
0
Quantile regression questions
Hi, everyone.
I have some questions about quantile regression in R.
I am running an additive quantile regression first for a complete matrix and then with some selected rows.
I am doing the following:
datos <-read.table("Regresion multiple.txt",header=T)
Fit<-rqss(datos$campings ~datos$Cobarbogrupo+datos$CobSDgrupo+datos$Areadecultivosgrupo, tau=0.9)
summary.rq(Fit)
#The