Displaying 12 results from an estimated 12 matches for "soheila".
2012 May 23
5
linux
Dear All
I can not download R for Linux.
I do not know which file I should install?
Best Regards,
Soheila
2012 May 12
2
median teat
Dear All
Is there any function for "median test" in R?
Best Regards,
Soheila
[[alternative HTML version deleted]]
2012 May 24
3
transform 1 col to 2 col
...2 columns in R?
211217_s_at
GO:0005249
211217_s_at
GO:0005251
211217_s_at
GO:0005515
211217_s_at
GO:0015271
211217_s_at
GO:0030955
211217_s_at
GO:0005249
211217_s_at
GO:0005251
211217_s_at
GO:0005515
211217_s_at
GO:0015271
211217_s_at
GO:0030955
Best Wishes,
Soheila
[[alternative HTML version deleted]]
2012 Feb 13
2
see NA
...A NA NA
NA NA NA NA NA NA
NA.5 <NA> NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA
NA NA NA NA NA NA
when I used as.is =T
Error in read.table("/home/Documents/data.txt", :
invalid numeric 'as.is' expression
I will appreciate if you help me.
Soheila
[[alternative HTML version deleted]]
2012 Jan 24
4
Question
We were looking at conducting a pilot program with Dell to virtualize our lab environments. We are specifically looking at Dell/Citrix provisioning servers. The OS in this setup is streamed from the server on every boot. I was curious if the R Project had any licensing stipulations in this type of setup. This is in the beginning phases and we wanted to answer some questions about licensing.
2012 Apr 16
1
arrangement
...0000 273.0000000 265.000000 27.0000000
p 0.2783203 0.07714844 0.1044959 0.163799 0.6523438
arranged:
N P V
04320 22.000000 0.640625
03010 0.000000e+00 2.910383e-11
Is there any way to do it in R directly?
Best Regards,
Soheila
[[alternative HTML version deleted]]
2012 Oct 25
1
cut point in ROC
...r All
I try to find a diagnosis test instead of the gold standard.
The gold standard is based on 10 vars.
Now, I try to find a new test based on several vars.
For example, based on 3 or 4 vars.
There are a lot of choices to test, I am confused.
I will be happy if you guide me.
Best Regards,
Soheila
[[alternative HTML version deleted]]
2012 Jan 20
2
show plot
Dear All
I have 54000 plots in R,
How can I observe them?
If I have to save them one-by-one?
Soheila
[[alternative HTML version deleted]]
2012 Feb 23
1
error in fitdistr
...[,i]),"chi-squared",start=list(df=1))$estimate)Warning
message:In optim(x = c(7.86755, 7.50852, 7.86342, 7.70589, 7.70153,
7.58272, :
one-diml optimization by Nelder-Mead is unreliable:
use "Brent" or optimize() directly
Who can help me to solve this problem?
Best whishes,
Soheila
[[alternative HTML version deleted]]
2012 Feb 17
2
(subscript) logical subscript too long in using apply
...ot;apply"
result <- apply(gs , 1 , function(z) func_LN(data[which(z==1),]))
but I saw this error:
Error in apply(med_ge[touse3, ], 2, mean) :
(subscript) logical subscript too long
I will appreciate if you help me.
PS:the elements of gs are 1 0r 0.
dim(data)=24*2665
dim(gs)=107*2665
Soheila
[[alternative HTML version deleted]]
2000 Mar 14
2
fittin a regression line
...find a command to fit(plot) a regression line but I
haven't found any command on the html.help.
My question is if I am using a regression for instance reg<-lm(y~x) and
I would like to make a regression line, to see how well my data is fit.
Can you please help me with this??
Yours Sincerely
Soheila Zad
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at s...
2012 Jan 20
3
error
Unable to resolve error in seq.default(which(text == "")[1] + 1,
length(text), 1):
wrong sign in 'by' argument
I am trying to run this code
get.msg <- function(path) {
con <- file(path, open = "rt", encoding = "latin1")
text <- readLines(con)
# The message always begins after the first full line break
msg <- text[seq(which(text ==