Displaying 2 results from an estimated 2 matches for "fm3dial".
Did you mean:
  fm2dial
  
2012 May 02
3
Consulta gráfica
 
Hola,
 
Por favor, ¿podríais indicarme qué recursos (librerías o ideas) pueden resultar de utilidad para crear un gráfico del estilo del de la figura 3.8 del siguiente link?
 
http://www.tsc.uvigo.es/BIO/Bioing/ChrLDoc3.html#3.5
 
Actualmente estoy utilizando funciones muy básicas y la verdad es que no me encuentro muy satisfecha con el resultado.
 
Muchas gracias.
 
Eva
	[[alternative HTML
2003 May 22
1
[R ] Query : problems with the arithmetic operator "^" with function "lme"
...m !
So, we fit the model like this, including two matrices, for the fixed 
effects and the random effects:
>Dialyzer$PressureA<-cbind(Dialyzer$pressure,...,Dialyzer$pressure^4)
>Dialyzer$PressureB<-cbind(Dialyser$pressure,Dialyzer$pressure^2)
Now, we fit the same model like this:
>fm3Dial.lme<-lme(rate~(PressureA)*QB,
+    Dialyzer,~PressureB,weights=varPower(form=~pressure))
We obtain:
Linear mixed-effects model fit by REML
  Data: Dialyzer 
  Log-restricted-likelihood: -309.5058
  Fixed: rate ~ (PressureA) * QB 
   (Intercept)     PressureA1     PressureA2     PressureA3...