search for: pression

Displaying 6 results from an estimated 6 matches for "pression".

2008 Feb 21
2
Unable to create/index a zoo irregular timeseries
In the text file pressione2008.csv I have the following "Data","MAX","MIN","Note" "07-01-2008 08:00:00", 135, 90, "Eccessi feste, inizio dieta" "07-01-2008 18:00:00", 135, 85, "" "08-01-2008 08:00:00", 125, 75, "" which is...
2007 Jul 08
3
change the "coeffcients approach" on an anova
.... I will obtain ,with the anova, juste one coefficients for example +3,56 (for 100°C), and the other (for 130°C) is always zero. but I prefer to obtain + 1,78 or the first effect and -1,78 for the second (the intercept is also different too) my script is (it s just an example) rinfo2 <- (lm(pression~ temp, data=rebe)) anova(rinfo2) summary(rinfo2) what can I change to obtain what I need? best regards -- _________________________________ Vincent GUYADER École nationale supérieure d'agronomie de Rennes (ENSAR) EN156 - Spécialité statistiques appliquées 06.22.85.34.27 [[alternative HT...
2018 Apr 20
1
Further questions
...names(coefficients(SimpleLinearReg1)[-1])), collapse=""))) eq <- paste0("y = ", round(coeff[2],1), "x + ", round(coeff[1],1)) plot(Age, BloodPressure, pch = 16, cex = 1.3, col = "blue", main = "Graphe de la relation entre l'?ge et la pression art?rielle", xlab = "Age (ann?e)", ylab = "Pression art?rielle (mmHg)") abline(SimpleLinearReg1, col="red") res <- signif(residuals(SimpleLinearReg1), 2) pre <- predict(SimpleLinearReg1) segments(Age, BloodPressure, Age, pre, col="red") library(c...
2019 Jun 30
2
LLVM Releases
...1.0 both fail in the same place: >> 9069 /home/msi3/hpct/spack/var/spack/stage/llvm-develop-iu3myet5ceoz4q7 k5twmk4dlths3aemz/spack-src/projects/libcxx/include/chrono:876:59: error: '(9.223372036854775807e+18 / 1.0e+9)' is not a constant ex pression Can anyone tell me what compiler to use, or how to get past this error? Thanks, Marty Itzkowitz -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190630/a9918100/attachment.html>
2019 Jul 03
2
LLVM Releases
...: >> >> 9069 /home/msi3/hpct/spack/var/spack/stage/llvm-develop-iu3myet5ceoz4q7 >> k5twmk4dlths3aemz/spack-src/projects/libcxx/include/chrono:876:59: >> error: '(9.223372036854775807e+18 / 1.0e+9)' is not a constant ex >> pression >> Can anyone tell me what compiler to use, or how to get past this error? I gave up on llvm at develop, and tried llvm, which tried to give me 8.0.0. It did not report gcc 4.8.5 as being too old, but it did give the same error as above. Why does the source use (9.223372036854775807e+18 /...
2002 Oct 20
0
Interrupt calc/buffer output of R under Windows
...n calculation, but does not interrupt buffer output: with: i <- 1 while (i > 0) i <- i + 1 which runs an infinite loop, pressing ctrl-c interrupt it. OK. But: rnorm(1000000) is not interrupted before the 1,000,000 numbers are buffered to the console. I only can pausi it temporarily by pression break, but I do not come back to the prompt and buffer output is continued when I "unpause" it. Any hint on how to stop buffer output in RTerm? By the way, is it something different in infer mode (Rterm --ess)? What are the major differences between normal and infer mode? Thank you. Be...