Displaying 6 results from an estimated 6 matches for "romzero".
Did you mean:
romero
2010 Nov 16
2
Question about readLines
Can i use "readLines" to extract only the linees with a specific word within?
If yes, how?
Tnx for help.
--
View this message in context: http://r.789695.n4.nabble.com/Question-about-readLines-tp3044701p3044701.html
Sent from the R help mailing list archive at Nabble.com.
2010 Nov 07
2
mean on a plot
Hi, i need to draw a plot with means of values, reading a table from
datafile.
Example of datafile:
Days Weight
0 178.00
0 250.00
0 242.00
0 239.00
0 223.00
0 188.00
0 237.00
0 212.00
0 273.00
0 191.00
0 173.00
0 233.00
0 227.00
0 253.00
0 232.00
4 177.00
4 249.00
4 241.00
4 238.00
4 222.00
4 188.00
4 236.00
4 211.00
4 272.00
4 190.00
4 172.00
4 232.00
4 226.00
4 252.00
4 231.00
if i use
2010 Dec 05
1
"less than or equal to" glyph
If i insert \u2264 inside the text, like this
lsd_label <- "LSD (P \u2264 0.05) = "
the result is
"LSD (P = 0.05) = "
instead
"LSD (P ? 0.05) = "
how can i solve this problem?
Thanks.
--
View this message in context: http://r.789695.n4.nabble.com/less-than-or-equal-to-glyph-tp3073557p3073557.html
Sent from the R help mailing list archive at Nabble.com.
2011 Jan 14
4
test
Hi, i have that table
Thesis Day A B C
1 0 83.43 90.15 22.97
1 0 85.50 94.97 16.62
1 0 83.36 95.38 20.70
1 0 84.47 92.16 23.58
1 0 83.98 95.33 19.39
1 0 82.86 93.78 24.55
1 0 83.39 92.67 19.56
1 0 85.17 95.24 17.95
1 0 81.62 93.32 28.49
1 0 82.99 92.85 19.73
1 0 81.11 95.67 27.20
1 0 83.39 94.69 16.51
1 0 79.56 89.87 30.39
1 0 80.54 93.32 21.76
1 0 82.11 92.58 22.17
1 14 85.65 94.00 19.19
1 14
2011 May 13
1
PLSR error
Hi,
this is my R-Script
library(pls)
file <- "C:\\TXT\\brix.txt"
d <- as.matrix(read.table(file, header=T, sep=",", row.names = NULL))
plsdata <- data.frame(NIR=c(1:nrow(X)))
plsdata$NIR <- I(d[,3:603])
plsdata$Brix <- d[,2]
results <- plsr(Brix ~ NIR, data=plsdata)
after the last string i have this error
> results <- plsr(Brix ~ NIR, data=plsdata)
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...estion about constraint minimization (dhacademic at gmail.com)
54. Re: Lost in POSIX (Dimitri Shvorob)
55. Re: Find in R and R books (Georg Otto)
56. Re: using rpart with a tree misclassification condition (meytar)
57. Re: memory profiling (Patrick Leyshock)
58. Some questione about plot (romzero)
59. how do remove those predictor which have p value greater than
0.05 in GLM? (shubha)
60. Re: how to apply sample function to each row of a data frame?
(wangwallace)
61. Re: arima (tomreilly)
62. Wait for user input with readline() (Nathan Miller)
63. Re: txtProgressBar str...