Displaying 20 results from an estimated 200 matches similar to: "output"
2008 Feb 21
3
R console closes on its own
Dear R-experts,
I am running a script that has the following
structure:
windows(height=5.5,width=8)
dat<-read.csv("myfile.csv")
names(dat)<-c('a','b','c','d')
dat<-dat[,1:4]
xyplot(dat$a~dat$b)
Then I usually save the plot as a PDF (from the
menu in the R console). I can save the PDF twice in a
row; but at the third time, right when I
2007 Mar 05
1
Error in La.svd(X) : error code 1 from Lapack routine 'dgesdd'
Dear R helpers,
I am working with R 2.4.1 GUI 1.18 (4038) for MacOSX. I have a matrix of
10 000 genes and try to run the following commands:
> model.mix<-makeModel (data=data, formula=~Dye+Array+Sample+Time,
random=~Array+Sample)
> anova.mix<-fitmaanova (data, model.mix)
> test.mix<-matest (data, model=model.mix, term="Time", n.perm=100,
test.method=c(1,0,1,1))
2013 Jul 24
1
Mysql Support int Asterik-11
Hi,
I was having question about mysql driver support ( not odbc).
Do we still need the asterisk-add-on to be installed for mysql support.? If yes, Which version should be used and from where I should get it?
Thanks in adavance.
----
Thanks & Regards,
PrashantAbhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Sep 29
2
High availability for guests
Hello,
What is the recommended way to offer high availability to Guests?
For example, let host1, host2 and host3 be libvirt and KVM/Qemu enabled.
If I start a guest in host1, how can I guarantee that it will stay
online if host1 goes down?
GlusterFS, for example, would take care of storage; but what about CPU
and RAM? How can this be accomplished?
Thank you for any feedback or comment in
2004 Jan 12
1
Advance Options in VoicemailMain() ?
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040112/e9dceeb4/attachment.htm
-------------- next part --------------
Hello
One of the option in VoicemailMain() is "Adavance Options". Could anyone explain what are these ?. Because whenever I select Advance Options, it repeats the same process of asking "Change Folders,Advance
2004 May 18
1
Dial and MeetMe on the same channel
Hello everybody,
I would like to know whether it is possible to run Dial and MeetMe
commands simultaneoously on the same channel.
I am using a C AGI as below but it seems to me that only the first
command that is called in the agi is executed.
...........
// Pr?paration de la commande pour l'appel du client
fprintf(stderr,"%s%s",numtocall," is the number to
2008 Dec 16
1
Introduction to R (in french)
Hi all,
I recently put a new version of my french introduction to R online. It
is more specifically targeted at social sciences students and
researchers, but could be interesting for beginners who are not
really familiar with statistics and coding.
The document is available (in french) in PDF, as well as the Sweave
source code, from the following page :
http://alea.fr.eu.org/j/intro_R.html
2016 Jun 01
2
Problem with Firefox and SSH/browser
Hi folks,
I have a problem, shame on me I feel as newbie, I cannot open Firefox
though ssh.
ssh server is 7.2 and ssh client (running Xorg) is Fedora 23. Firefox does
not open. I've tried a lot of methods, even adding xauth cookie, and for
example:
firefox --no-remote --no-xshm
debug3: receive packet: type 90
debug1: client_input_channel_open: ctype x11 rchan 2 win 65536 max 16384
debug1:
2012 Mar 14
2
Apply a loop containing a function on a list
Hi all,
I want to do this:
B.list$aa= (a loop containing My.fun acting on the reults of second
function on a A.list$aa))
or, overally
B.list$aa = function (A.list$aa)
B.list and A.list has many sublists aa, ab and.... Is there a way I can
apply the function and loop on all sublists of A.list and get B.list?
Thanks in advance.
--
View this message in context:
2013 Nov 25
4
lmer specification for random effects: contradictory reults
Hi All,
I was wondering if someone could help me to solve this issue with lmer.
In order to understand the best mixed effects model to fit my data, I
compared the following options according to the procedures specified in many
papers (i.e. Baayen
<http://www.google.it/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDsQFjAA
2003 Oct 27
1
Bioassays Yielding concentration-Mortality data
Dear all,
I'm trying reproduce an example of bioassays Yielding Concentration-Mortality Data particularly control - adjustment model from book Bioassay of Entomopathogenic Microbes and Nematodes chapter 7 with R.
I used glm with family=binomial and link=probit, but I do not know how to implement parameter gamma (control mortality - mortality of the untreated control insect in this exaple)
2008 Nov 16
1
[LLVMdev] How do I get the result of an instruction?
Hi,
I am writing an optimization pass where I need to instrument the code such that I need to store the results of some instructions in file. Using llc -march=cpp option I figured out how to add a function(say writeToFile) which takes char* parameter and writes to file. Now, I need put in a CallInst which calls writeToFile passing the Instruction result as parameter. How do I do this?
So, in my
2008 Sep 16
2
Hosmer- Lemeshow test
Dear R - help,
I am working on the Credit scorecard model. I am using the Logistic regression to arrive at the regression coefficients model.
I want to use the Hosmer - Lemeshow test .
In order to understand the use of R - language, I had referred the following URL
http://www.stat.sc.edu/~hitchcock/diseaseoutbreakRexample704.txt
The related data 'diseaseoutbreak' is available
2006 Nov 16
1
Strange indexing issues with CachedModel, STI, and AAF
I started using robotcoop''s CachedModel class in my project but have encountered problems when using it with the acts_as_ferret plugin. It seems it doesn''t index everything in my STI model, also if I do a search from my base STI class I get a result count but no results. If I run the same search from one of the children STI models I get the appropriate results (if the information
2007 Jun 11
1
2 iosnoop scripts: different results
I am teaching a DTrace class and a student noticed that 2 iosnoop scripts run in two different windows were producing different results. I was not able to answer why this is. Can anyone explain this. Here are the reults from the two windows:
# io.d
...
sched 0 <none> 1024 dad1 W 0.156
bash 1998
2008 Nov 17
2
[LLVMdev] Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
ok.. So I am trying out what you have suggested. I have written the below code which basically tries to write the constant 10 to a file. myprint is a function pointer to a function which takes char * parameter and writes it to file.
Value *Ten = ConstantInt::get(Type::Int32Ty, 10);
const Type *VoidPtrTy = PointerType::getUnqual(Type::Int8Ty);
AllocaInst *AI = new AllocaInst(Type::Int32Ty);
Value
2008 Nov 16
0
[LLVMdev] How do I get the result of an instruction?
On Sat, Nov 15, 2008 at 3:58 PM, bhavani krishnan <bhavi63 at yahoo.com> wrote:
> Thanks!
>
> How do I cast the result to a string? I basically need to store the results of some instructions in a file.
If you're confused about how the IR works, http://llvm.org/demo/ can
be useful. The question you're asking doesn't really seem to make
sense.
-Eli
2004 Nov 08
3
small world models?
Hi,
I've searched the archives for a discussion on the use of R for developing
"small world" or "scale-free" network models but have been unable to dig
anything up. Is anyone working on these types of models using R, and if so,
have you found this language amenable to their development?
thanks,
matt farnsworth
2013 Nov 25
0
R: lmer specification for random effects: contradictory reults
Dear Thierry,
thank you for the quick reply.
I have only one question about the approach you proposed.
As you suggested, imagine that the model we end up after the model selection
procedure is:
mod2.1 <- lmer(dT_purs ~ T + Z + (1 +T+Z| subject), data =x, REML= FALSE)
According to the common procedures specified in many manuals and recent
papers, if I want to compute the p_values relative to
2008 Nov 17
1
[LLVMdev] Assertion `InReg && "Value not in map!"' failed
Ah! I get it now. Thanks a lot !
I changed it to BitCastInst(AI,VoidPtrTy,"",j);
And now I am getting the following error :(. I have been stuck with this error before also. I know I am missing out something silly. What is the cause of this error and Please let me know how to fix it.
/home/bhavani/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1130: llvm::SDOperand