Displaying 20 results from an estimated 46 matches for "reult".
Did you mean:
result
2013 Nov 25
0
R: lmer specification for random effects: contradictory reults
...conditions.
Benedetta
-----Messaggio originale-----
Da: ONKELINX, Thierry [mailto:Thierry.ONKELINX@inbo.be]
Inviato: lunedì 25 novembre 2013 14:48
A: Benedetta Cesqui; r-help@r-project.org
Cc: r-sig-mixed-models@r-project.org
Oggetto: RE: [R] lmer specification for random effects: contradictory reults
Dear Benedetta,
I think you might want (1+T+Z|subject) as random effects rather than
(1+T|subject) + (1 + Z|subject). The latter has two random intercepts per
subject: a recipe for disaster.
Follow-up posts should only go to the mixed models mailing list which I''m
cc''ing.
Be...
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: http://r.789695...
2010 Jan 18
2
output
Hi all,
I am trying to interparete the result of the following output from lm;
fit1 =lm(Feed _Intake ~ weight + season + weight*season)
Season has three classes(x,y,z)
Reults are
Estimate (Intercept) 21.51559
weight 2.13051
factor(season)y 10.59739
factor(season)z 1.30421
weight:factor(season)y 10.1
weight:factor(season)z 21.70288
My question are what is...
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
2008 Oct 28
1
acf() plots of a data.frame: what meaning?
Hello,
what is the meaning of the plots of an acf()-plot,
when using a data frame as argument?
The result is NOT obvious for me.
There are combinations of the columns of a dataframe in the reulting
plot.
But an acf() is just defined for onyl one time-sreies.
So what do the plots mean? I did not found a description in the
help-page.
Ciao,
Oliver
2003 Oct 27
1
Bioassays Yielding concentration-Mortality data
...F(alpha+beta log(x))
F....cumulative probability distribution function
data:
x=concentration
n=number of insect at each run
y=number of death among n in given batch run at given concentration
Xmat<-data.frame(x=rep(c(0.01,0.1,1,10,100),2),n=rep(100,10),y=c(19,20,21,45,80,25,25,27,56,91))
Reults from book (obtained from SAS) are
intercept -1.6597 , beta =0.5586, control mortality --- gamma =0.2172
Thanks for any advice.
Michael
---
Odchozí zpráva neobsahuje viry.
Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz).
Verze: 6.0.530 / Virová báze: 325 - datum vydání: 22.10.200...
2008 Nov 16
1
[LLVMdev] How do I get the result of an instruction?
...unction which writes to file
for (Function::iterator i = func->begin(), e = func->end(); i != e; ++i)
{
blk=i;
for (BasicBlock::iterator j = blk->begin(), k = blk->end(); j != k; ++j){
Instruction *inst = j;
//if inst satisfies my condition, write reults to file
CallInst *CallPrint = CallInst::Create(myprint, ???, "", j);
CallPrint->setTailCall(true);
}
}
What do I put in the ???. How do I cast Instruction *inst into char * which can be passed into the function?
Hope this is clear.
Thanks,
Bhava...
2006 Nov 16
1
Strange indexing issues with CachedModel, STI, and AAF
..._3, mysql 5.0.26, and rails 1.1.6.
Any help would be appreciated as I''ve been at this one for 2 days.
Here''s example output I get from irb:
>> Record.find_by_contents("search code")
=> #<FerretMixin::Acts::ARFerret::SearchResults:0x8d9f6e0 @total_hits=212, @reults=[]>
This makes me think it has something to do with the ''find'' method being overridden by CachedModel but not sure how to verify that at this point.
Thanks,
Curtis
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 /dtrace/mod2 1024 dad1 R 8.807
bash 5184 /usr/bin/ls 8192 dad1 R 10.332...
2019 Jul 25
2
Possible problems with AD Schema in Samba 4
Hi,
I found that the base of Samba 4 DC is different from the base of Windows
Server 2008 DC. There are many mistakes when I make the comparison as the
result as follows (only parts of reult):
samba-tool ldapcmp ldap://WINDC1 ldap://SAMBA4-DC -Uadministrator
Password for [EMPRESA\administrator]:
* Comparing [DOMAIN] context...
* DN lists have different size: 1787 != 1788
* DNs found only in ldap://WINDC1:
CN=TESTE-COMP,CN=COMPUTERS,DC=EMPRESA,DC=COM,DC=BR
CN=MANE,CN=USERS,D...
2008 Nov 17
2
[LLVMdev] Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
...->begin(), e =
> func->end(); i != e; ++i)
> > {
> > blk=i;
> > for (BasicBlock::iterator j = blk->begin(),
> k = blk->end(); j != k; ++j){
> > Instruction *inst = j;
> > //if inst satisfies my condition, write
> reults to file
> > CallInst *CallPrint =
> CallInst::Create(myprint, ???, "", j);
> > CallPrint->setTailCall(true);
> > }
> > }
> > What do I put in the ???. How do I cast Instruction
> *inst into char * which can be passed into...
2008 Mar 01
7
ASTCC installation error install: invalid user `apache'
I am attempting a fresh install of ASTCC on Ubuntu. Getting install
invalid user as bellow. Has any one seen this? Can some one help out?
/usr/src/astcc# make install
mkdir -p /var/www
mkdir -p /var/www/html/_astcc
mkdir -p /var/www/cgi-bin/astcc-admin
chmod 755 ./astcc.agi
chmod 755 ./astcc-admin.cgi
echo | ./astcc.agi >/dev/null
Detected dry run!
./astcc-admin.cgi >/dev/null
DBI
2008 Nov 17
1
[LLVMdev] Assertion `InReg && "Value not in map!"' failed
...; {
> >>> blk=i;
> >>> for (BasicBlock::iterator j =
> blk->begin(),
> >> k = blk->end(); j != k; ++j){
> >>> Instruction *inst = j;
> >>> //if inst satisfies my condition,
> write
> >> reults to file
> >>> CallInst *CallPrint =
> >> CallInst::Create(myprint, ???, "", j);
> >>> CallPrint->setTailCall(true);
> >>> }
> >>> }
> >>> What do I put in the ???. How do I cast
> Instr...
2012 Dec 10
3
Warning message: In eval(expr, envir, enclos) : non-integer #successes in a binomial glm!
...39;notrust',400)), gender=c(rep('Male', 300), rep('Female', 300)), weight=rnorm(600, mean=1, sd=0.3))
#######Survey Design object
test<-svydesign(~0, weights=~weight, data=mat.test)
#####Call To svyglm
svyglm(trust ~ edu+prov+gender, design=test, family='binomial')
#Reults
Independent Sampling design (with replacement)
svydesign(~0, weights = ~weight, data = mat.test)
Call: svyglm(formula = trust ~ edu + prov + gender, design = test,
family = "binomial")
Coefficients:
(Intercept) edusecondary provON provPQ genderMale
-2.658e+...
2008 Nov 17
1
[LLVMdev] Assertion `InReg && "Value not in map!"' failed
...for (BasicBlock::iterator j =
> >> blk->begin(),
> >>>> k = blk->end(); j != k; ++j){
> >>>>> Instruction *inst = j;
> >>>>> //if inst satisfies my
> condition,
> >> write
> >>>> reults to file
> >>>>> CallInst *CallPrint =
> >>>> CallInst::Create(myprint, ???,
> "", j);
> >>>>>
> CallPrint->setTailCall(true);
> >>>>> }
> >>>>> }
> >>>&...
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
2008 Nov 17
0
[LLVMdev] How do I get the result of an instruction?
...->begin(), e =
> func->end(); i != e; ++i)
> > {
> > blk=i;
> > for (BasicBlock::iterator j = blk->begin(),
> k = blk->end(); j != k; ++j){
> > Instruction *inst = j;
> > //if inst satisfies my condition, write
> reults to file
> > CallInst *CallPrint =
> CallInst::Create(myprint, ???, "", j);
> > CallPrint->setTailCall(true);
> > }
> > }
> > What do I put in the ???. How do I cast Instruction
> *inst into char * which can be passed into...
2006 Jul 03
0
Slow bulk insert query
As part of my application I calculate/generate a fair chunk of data, and
I then stick the reults into the database (mysql). This takes the form
of a single "INSERT INTO foo(...) VALUES(...) " statement that is approx
~500k
The dats itself consists of pairs of integers.
If I dump the query string to disk and paste it into the query browser
and run it then execution is <1 second...
2005 Mar 15
0
need help with plot.rpart and text.rpart
Hi,
I am new to R and need help with rpart. I am trying to create a
classification tree using rpart. In order to plot the reults I use the
plot function and the text function to label the plot of the tree
dendrogram with text. The documentation of text.rpart says : "For the
"class" method, label="yval" results in the factor levels being used,
"yprob" results in the probability of the winni...
2011 Nov 09
3
SWOTR - Nov.11/2011 Beta results
Greetings,
I received an invite to test SWOTR for the Nov.11 - 13th weekend. I will post reults with wine here as soon as I try it out. I am not the most wine savy but I hope I can provide some data to help ensure a smoother installation for others on release date. I have been using wine with wow for a few years now, hoping it's not too difficult to achieve running status for this game....