Displaying 20 results from an estimated 48 matches for "formular".
Did you mean:
formula
2010 Feb 14
1
mlogit function cut off formular
...f3 + f4 + f5 + f6 + f7 + f8
+ f9 + f10 + f11 + f12 + )"
Obviously, the mlogit function somehow cut off my formula, probably because
it is too long. Is this considered a bug or I'm doing something wrond?
Thanks
--
View this message in context: http://n4.nabble.com/mlogit-function-cut-off-formular-tp1555298p1555298.html
Sent from the R help mailing list archive at Nabble.com.
2012 Apr 26
0
nnet formular for reproduce the expect output
...how I reproduce the result, the activation function is
logistic function for hidden layer and output layer.
I use the exact weights I get from the model.
Will anyone be kind of pointing out where thing goes wrong?
Thanks
Eric
--
View this message in context: http://r.789695.n4.nabble.com/nnet-formular-for-reproduce-the-expect-output-tp4590348p4590348.html
Sent from the R help mailing list archive at Nabble.com.
[[alternative HTML version deleted]]
2011 Apr 30
1
More flexible aggregate / eval
...pct ~ group2 + ids + time, data = d2)
ftable(op2, row.vars=c(1,3))
## and for group3...
## To have a more flexible solution I wrote this function:
myfun <- function(xdf, xvar) {
fo1 <- "cbind(x1, x2) ~ "
fo2 <- paste(fo1, xvar, "+ ids + time", sep="")
formular <- as.formula(fo2)
d2 <- do.call(aggregate, list(formular, data = xdf, FUN = sum))
d2$l_pct <- with(d2, ave(x1, list(eval(as.name(xvar)), time),
FUN = function(x) round(prop.table(x) * 100, 1) ) )
op2 <- xtabs(l_pct ~ eval(as.name(xvar)) + ids + time, data = d...
2006 Jun 28
2
Ajax - Upload File Upload
hello, i have a problem. I want to upload a file with ajax and the
following tag:
submit_to_remote ''button_save'',''Speichern'',{
:url => {:action => ''ajax_update'', :id => @product},
:update => ''formular''
}
it doesn''t work, my form_tag looks like:
form_remote_tag(:url => {:action => ''update'', :id => @product},
:html => { :action => url_for(:action => ''update'', :id =>
@product.id),
:enctype => "multip...
2007 Sep 30
3
Problems with Forms
Hi,
I am using mechanize for a while now. Works great. But at the moment I
have a small problem using it.
The problematic file is attached. In that PHP-File you will see a
formular, but mechanize doesn''t recognize it.
Could somebody check this?
Thanks,
Bodo
--
http://www.tvbrowser.org
http://www.wannawork.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mechanize-users/attachments/20070930/698e3dbd/a...
2011 Jul 29
1
Using perm.t.test() upon Matrix/Dataframe columns parted by factor instead of t.test()
...olumn i would like to compare means as parted by the factor.
Using the normal t.test function I have already achieved my goal. But i
think, that for my original data, a permutational t.test would be better
suited. Herein lies the problem. Whereas i can specify the factor as
group parting in the formular expression I am not able to do this with
perm.t.test() from deducer. Have fun with this trivial undergraduate
problem.
Code:
c(rep("A", 5), rep("B", 5))->Faktor
matrix(rnorm(100, mean=20, sd=4), nrow=10, ncol=10)->M
colnames(M) <- c("species1","spec...
2005 Oct 19
1
samba-3.0.10-1.4E (RHEL4); Invalid key XXX given to dptr_close
...ble to backup files after
(FILE=\\SFE002\ALLES\daten\arthur\HD-D\Marvin\Standard\Liste\Abschla2.lst,
EC=UNEXP NET ERR)
E3323 2005/10/19 12:39:02 212 1 Unexpected retrun
from find next file. Unable to backup files after
(FILE=\\SFE002\ALLES\daten\arthur\HD-D\Marvin\Standard\Formular\kunde.for,
EC=UNEXP NET ERR)
E3406 2005/10/19 12:39:02 212 1 Unable to read
file.
(FILE=\\SFE002\ALLES\daten\arthur\HD-D\Marvin\Standard\Formular\kundea15.for
, EC=INVALID HANDLE)
Thanks
Stefan
2007 Nov 12
2
how to extract the original data of a glm object
...the model.frame() function. In fact ,i have tried it.
model.frame returns a data frame of containing a,log(b) NOT b,c,d,e
I want to extract a data frame containing a,b,c,d,e,which is exactly the
same as "f"
How can I achieve this result?
I want to do this because I need to extract the formular and act on another
data set ,whose predict variables are the same as those of "f", but the
response variable is different .
--
View this message in context: http://www.nabble.com/how-to-extract-the-original-data-of-a-glm-object-tf4790525.html#a13704122
Sent from the R help mailing list a...
2010 Jul 21
4
Chi-square distribution probability density function:
Hi to all I found
an formular of an **
***p-Value Calculator for the Chi-Square test*
*http://www.danielsoper.com/statcalc/calc11.aspx*
*with the formula*
*http://www.danielsoper.com/statkb/topic11.aspx*
*what's the gamma function of this formula in r?*
*df=5*
*ch2=25.50878*
*the following code does not give the result <...
2006 Feb 09
1
effect sizes in lme/ multi-level models
...lness of such measures
as long as the standards of psychological journals (e.g. as defined by
the APA) order them.
However, I wondered how to determine measures of effect size in lme.
Pinheiro&Bates (2000) do not touch that topic.
I assume that as long as a grouping structure is present, the formular
of CohensD (see above) has to be corrected to give respect to the
grouping structure. Is there any equivalent measure like eta^2,
partial-eta^2, etc.?
Can anybody help me with formulas, R code or some references?
Thank you very much,
thanks in advance,
leo g??rtler
--
email: leog at anicc...
2006 Jun 06
5
ruby mathematical expression parser
Hi,
Has anyone come across a Ruby mathematical expression parser, capable
of parsing out token, replacing them with values then executing the
mathematical formula? Nothing too heavy, A * (44/12) * ... etc. where
A is can be replaced with a value.
In Java there are serveral, like JEP, but I''d prefer it we could get a
Ruby one now we have moved over to Rails, otherwise we will have to
2005 Oct 19
0
AW: Re: samba-3.0.10-1.4E (RHEL4); Invalid key XXX given to dptr_close
...> (FILE=\\SFE002\ALLES\daten\arthur\HD-D\Marvin\Standard\Liste\Abschla2.lst,
> EC=UNEXP NET ERR)
> E3323 2005/10/19 12:39:02 212 1 Unexpected retrun
> from find next file. Unable to backup files after
> (FILE=\\SFE002\ALLES\daten\arthur\HD-D\Marvin\Standard\Formular\kunde.for,
> EC=UNEXP NET ERR)
> E3406 2005/10/19 12:39:02 212 1 Unable to read
> file.
>
(FILE=\\SFE002\ALLES\daten\arthur\HD-D\Marvin\Standard\Formular\kundea15.for
> , EC=INVALID HANDLE)
>
> Thanks
>
> Stefan
>
--
To unsubscribe from th...
2013 Sep 27
2
RV: cronbach
...- label.var(p01, "¿Le agrada el programa que se le ha
mostrado? ")
label.cronbach <- label.var(p02, "¿Cree que ayuda en el aprendizaje?")
label.cronbach <- label.var(p03, "¿Propicia el trabajo en el equipo?")
label.cronbach <- label.var(p04, "¿Propicia formular debates entre los
alumnos? ")
label.cronbach <- label.var(p05, "¿Permite vincular lo biológico con lo
social? ")
label.cronbach <- label.var(p06, "Mediante esta simulación se demuestra que
las intervenciones en las comunidades tienen que ir más allá de lo
biológico&qu...
2002 Jul 02
2
Samba 2.2.5 Printing problem with HP Designjets
...erties on the
local system, I see Forms larger than A2 (its a Windows 2000 system),
but if I look onto "server properties" on the samba server in network
neighborhood I only see paper size up to A2. I tried to add more forms
to the server, but that doesn't work, I always get "Das Formular A0
konnte nicht hinzugef?gt werden. Der Vorgang konnte nicht abgeschlossen
werden".
Also I was not able to use the forms commands in rpcclient. It looks
like they are very bad documents, and maybe do not work at all?
Lurking through the source I found some compiled in Paper forms, and
some...
2008 May 04
2
Ancova_non-normality of errors
...ing downwards) , indicating non-normality of my data....how
to handle this?
-->Do I have unbalanced data?
captive site wild
n--> 119 149 19
My problem is that I see that my data is not as good as the
modelsummary tells.
Should I include another term in my model formular?
I think I have to differenciate more, but I don't know
how.(contrasts?, TukeyHSD?,Akaike Information Criterion? or lme())to
many different ways out there.
Cheers,
Tobi
2004 May 14
1
help with memory greedy storage
...01430 PRG 24h 000mM 61 2
146 8.308224 PRG 24h 000mM 62 2
...
This data frame is not the problem since, it gets generated on-the-fly per gene and is discarded afterwards (just that it takes some time to generate it).
Here comes the problematic routine:
### emat: matrix, model: formular for lm, contr: optional contrasts
probe.fit <- function(emat, factors, model, contr=NULL)
{
rows <- rownames(emat)
genes <- unique(rows)
l <- length(genes)
### generate proper lables (names) for the anova p-values
difflabels <- attr(terms(mode...
2005 Dec 12
2
convergence error (lme) which depends on the version of nlme (?)
...y parametrization
</-->
The estimates of the fixed effects are similar, the S.E.s not.
The random effects are different, too. AIC/BIC/logLik are slightly
different.
Thus my question:
1) Do I have overseen a switch for the structure of the random effects?
Is something wrong with the call/ formular?
2) What is the cause of the convergence error which seems to depend on
the built of R/nlme?
Thank you very much. Best wishes,
leo g??rtler
--
email: leog at anicca-vijja.de
www: http://www.anicca-vijja.de/
2013 Sep 27
1
RV: cronbach
...- label.var(p01, "¿Le agrada el programa que se le ha
mostrado? ")
label.cronbach <- label.var(p02, "¿Cree que ayuda en el aprendizaje?")
label.cronbach <- label.var(p03, "¿Propicia el trabajo en el equipo?")
label.cronbach <- label.var(p04, "¿Propicia formular debates entre los
alumnos? ")
label.cronbach <- label.var(p05, "¿Permite vincular lo biológico con lo
social? ")
label.cronbach <- label.var(p06, "Mediante esta simulación se demuestra que
las intervenciones en las comunidades tienen que ir más allá de lo
biológico&qu...
2006 Jul 04
0
Uploading files - getting size
Hi,
I want to get the size of an uploaded file that is saved in the
database. Can you help me?
In the edit view formular there is:
<input id="attachment_title" name="attachment[title]" size="30"
type="text" /> <input id="attachment_attachment"
name="attachment[attachment]" size="30" type="file" />
In the Attachment-model...
2008 Apr 23
0
Prinde banii: 500 RON
...n concurs si are nevoie de sprijinul tau, deoarece sansele se maresc daca se fac mai multe inregistrari pentru invitatii. Martea viitoare va avea loc urmatoarea tragere la sorti.
Este simplu: acceseaza una din urmatoarele linkuri, si localizeaza sigla jocului.
In doi pasi ajungi sa completezi un formular. Daca ai completat inseamna ca esti in joc pentru a castiga cei 500 RON pusi in concurs in fiecare saptamana.
Grabeste-te ai timp doar pana Marti.
***********************************************
Astazi Linkutil va recomanda:
http://acrobatrockandroll.paginirosii.ro o pagina despre: Acrobat rock...