Displaying 7 results from an estimated 7 matches for "regmodel".
2012 Nov 19
9
Stepwise analysis with fixed variables
Hello,
How can I run a backward stepwise regression with part of the variables
fixed, while the others participate in the backward stepwise analysis?
Thank you, Einat
--
View this message in context: http://r.789695.n4.nabble.com/Stepwise-analysis-with-fixed-variables-tp4650015.html
Sent from the R help mailing list archive at Nabble.com.
2010 Jan 22
4
Extract R-squared from summary of lm
Dear all,
I cannot find to explicitly get the R-squared or adjusted R-squared from
summary(lm())
Thanks a lot!
[[alternative HTML version deleted]]
2011 Apr 26
5
Correlaciones parciales
Muy buenas,
quiero calcular correlaciones de Pearson entre dos variables (a,b)
teniendo en cuenta una tercera (c). Para ello estoy usando una función
llamada "pcor.test" (http://www.yilab.gatech.edu/pcor.html), que en
realidad no está en ningún paquete de R, que yo sepa. ¿Alguien conoce
una función similar en alguna librería de R? Por otro lado, para ver
si me cuadraban los resultados,
2016 Apr 21
2
Calcular Error en modelo lineal
...n ver el intervalo de confianza del modelo e irme a los extremos?
Por si no me he expresado bien, un ejemplo tonto:
y=c(8.35,12.42,18.00,17.58,17.97,20.76)
x=c(10,12,16,18,20,22)
modelo<-lm(y~x)
summary(modelo)
library(MASS)
Confint(modelo, level=0.95)
Con esto tengo un modelo :
> Confint(RegModel.1, level=0.95)
Estimate 2.5 % 97.5 %
(Intercept) 0.6100000 -6.8296312 8.049631
x 0.9328571 0.4919135 1.373801
Es decir, el intervalo de confianza de la respuesta y en función de los valores x, sería de la forma (ymin,ymax), siendo:
ym...
2011 Apr 20
2
Rcmdr vs SPSS
An embedded and charset-unspecified text was scrubbed...
Name: nem el?rhet?
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110420/4913654b/attachment.pl>
2016 Apr 21
5
Calcular Error en modelo lineal
...rvalo de confianza del modelo e irme a los extremos?
Por si no me he expresado bien, un ejemplo tonto:
y=c(8.35,12.42,18.00,17.58,17.97,20.76)
x=c(10,12,16,18,20,22)
modelo<-lm(y~x)
summary(modelo)
library(MASS)
Confint(modelo, level=0.95)
Con esto tengo un modelo :
> Confint(RegModel.1, level=0.95)
Estimate 2.5 % 97.5 %
(Intercept) 0.6100000 -6.8296312 8.049631
x 0.9328571 0.4919135 1.373801
Es decir, el intervalo de confianza de la respuesta y en función de los valores x, sería de la forma (ymin,ymax), siend...
2004 Apr 29
3
Dummies in R
Dear all,
my problem is following. I know Stata, but currently I have to use R. Could You please help in finding the analogy to R.
(1) creating of City-Dummy.
I know in Stata:
g byte city=0
replace city=1 if city==12&year==2000
and
(2) Create a Time-Dummy-Variable
g byte T2000=0
replace T2000=1 if year==2000
(3) I need the City DUmmy for the following combination: I have the