Displaying 20 results from an estimated 65 matches for "limity".
Did you mean:
limit
2005 Apr 25
4
panel ordering in nlme and augPred plots
Dear all
I am trying nlme together with Pinheiro/Bates book. I constructed
grouped data object with suitable plotting layout (according to
some common factor, panels from bottom to top are in increasing
order).
When I do nlme(... some stuff...) I get fitted object which I can plot
with
plot(augPred(fit.nlme6, level=0:1))
but it results in completely different ordering. Is there any way
FW: Graphical Limitiations of the (D)COM Server AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice
2006 May 31
0
FW: Graphical Limitiations of the (D)COM Server AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice
A sample picture of this issue:
http://hera.pmcl.com/DMap/BeachFX/Bug.gif
________________________________
From: Weilbacher, John
Sent: Wednesday, May 31, 2006 10:46 AM
To: 'r-help@stat.math.ethz.ch'
Subject: Graphical Limitiations of the (D)COM Server
AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice
I am having issues displaying Trellis Graphs using the
2005 May 10
2
predict nlme syntax
...to predict from nlme object for new data.
I used predict(fit.nlme6, data=newdata) but I have always got
fitted values, no matter how I changed newdata.
I have
> summary(fit.nlme6)
Nonlinear mixed-effects model fit by maximum likelihood
Model: konverze ~ SSfpl(tepl, A, B, xmid, scal)
Data: limity.gr
AIC BIC logLik
882.4939 907.6738 -433.2469
Random effects:
Formula: list(xmid ~ 1, scal ~ 1)
Level: spol.f
Structure: General positive-definite, Log-Cholesky
parametrization
StdDev Corr
xmid 29.680114 xmid
scal 6.481679 0.249
Residual 2.168191...
2007 Mar 02
3
Reformulated matrices dimensions limitation problem
First I wanted to thank both Marc Schwartz Greg Snow and for their reply.
Then I needed to add a level of complexity to the problem.
I would be able to create the biggest possible matrix.
In other way does it exist a method to ask smthing like the following :
max number of rows for a matrix if column=x?
Thank you
------------------------------------------------------
Passa a Infostrada.
2007 Mar 26
2
Failure acknowledgement time
Hi,
I've noticed that if I disconnect or reconnect a phone from the net, Asterisk take long time to realize that (even more then 10 minutes). Is there a way to reduce this time, working on the configuration files?
Thank you.
silvia
------------------------------------------------------
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada
2008 Jul 31
0
[LLVMdev] llvm-gcc builds on 32 bit linux broken
.../* This administrivia gets added to the beginning of limits.h
if the system has its own version of limits.h. */
-/* We use _GCC_LIMITS_H_ because we want this not to match
- any macros that the system's limits.h uses for its own purposes. */
-#ifndef _GCC_LIMITS_H_ /* Terminated in limity.h. */
-#define _GCC_LIMITS_H_
-
#ifndef _LIBC_LIMITS_H_
/* Use "..." so that we find syslimits.h only in this same
directory. */
#include "syslimits.h"
#endif
+#ifdef _GCC_NEXT_LIMITS_H
+#include_next <limits.h>
+#undef _GCC_NEXT_LIMITS_H
+#endif
--- ./limity.h...
2007 Feb 09
2
get.hist.quote problem yahoo
I have functions using get.hist.quote() from library tseries.
It seems that something changed (yahoo) and function get broken.
try with a simple
get.hist.quote('IBM')
and let me kow if for someone it is still working.
I get this error:
Error in if (!quiet && dat[n] != start) cat(format(dat[n], "time series starts %Y-%m-%d\n")) :
missing value where
2007 Mar 16
2
Duplicated non contiguous element in a list
Hello,
Given a vector I would like to rapidly identify duplicated non contiguous elements.
Given for example
c(1, 1, 2, 3, 2, 4, 5, 6, 4)
I would like to get:
FALSE FALSE TRUE FALSE TRUE TRUE FALSE FALSE TRUE
In fact I need to check this on the columns of a matrix!
I can do that of couse with loops but is there any function already available?
Thanks
2005 Jun 01
2
Realtime+IAX2 and RSA
Anyone had Realtime working with IAX2 and RSA authentication to connect two
PBXs, please? It seems that inkeys/outkey fields are not read at all and
the following warning is logged when dialing:
Jun 2 02:41:36 WARNING[6299] chan_iax2.c: I don't know how to authenticate
******** to XXX.XXX.XXX.XXX
Using iax.conf it perfectly works. Maybe a bug in Realtime?
TIA,
Alex
2005 Jun 22
2
problem compile
Hello,
I try to compile the driver zaptel and they give the following error:
linux01:/usr/src/zaptel# make install
gcc -Iir/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -Iir/drivers/
l -I. -Wstrict-prototypes -fomit-frame-pointer -Iir/drivers/net/wan -Iir
/net -DSTANDALONE_ZAPATA -o zaptel.o -c zaptel.c
In file included from zaptel.c:44:
/usr/include/linux/module.h:21:
2009 Sep 21
2
Combine vectors in order to form matrixes with combn
Hello!
I've a problem with the combn function and a set of vector. I
would like to make a simple combination where, instead of scalars, i
would like to combine vector, in order to form matrixes.
In other
words, i have nineteen 6-items vectors (for example coef1-coef19), that
i would like to combine in n!/k!(n-k)! 6x6 matrixes.
I tried with a
code like this
mma <-
2005 Mar 29
3
Upgrade *@home to CVS-HEAD
Hi
I installed *@home 0.6 to play with the system, and learn. I tried AMP but
didn't like it and so set forth into the conf files manually. I have it all
set up how I want, all my extensions work etc. Reading this list and
playing in the wiki and google, I get the impression *@home is great for
learning, but has a few limitiations. I would like to upgrade my box to the
latest stable cvs
2008 Jul 30
3
[LLVMdev] llvm-gcc builds on 32 bit linux broken
Hi all,
I'm having some trouble building llvm-gcc as of today, with and without
bootstrap.
The error I get is:
/home/kooijman/src/llvm-gcc/obj/./gcc/xgcc
-B/home/kooijman/src/llvm-gcc/obj/./gcc/
-B/home/kooijman/src/llvm-gcc/obj/../install/i686-pc-linux-gnu/bin/
-B/home/kooijman/src/llvm-gcc/obj/../install/i686-pc-linux-gnu/lib/ -isystem
2006 Apr 21
1
Is AJAX https request possible from http page ?
Hi all
Is it possible to do https request via AJAX from a http loaded page ?
It''s for minimizing serverload and just send passwords and user-account
stuff via https.
>From my understanding how AJAX works, it is not possible to mix, because
http/https is like cross-domain
In case I am not wrong, maybe someone knows a way around the limitiations
(my first thought: proxing via
2005 Feb 23
1
to print dataframe
Dear all,
Is it possible to print a dataframe without the row numbers?
For example if I have a dataframe like that:
>df <- data.frame(name1=sample(LETTERS,10),name2=sample(c(0,1),10,replace=TRUE))
after printing
name1 name2
1 O 1
2 H 0
3 R 0
4 T 0
5 V 1
6 E 0
7 W 0
8 P 1
9 G 0
10 J 1
2007 Apr 25
1
for loops
Hello everybody
I'm very new at using R so probably this is a very stupid question.
I have a matrix of "p" columns and I have to calculate for each of them the "two sample t-statistic" and p-value and to save the results into two different vectors.
I have divided my matrix into two submatrices: submatrix A containing the first "n1" rows (p columns) and submatrix B
2005 Jun 04
1
How to quickly replace ',' with '|' in dialplans?
Finally I decided to rewrite my dialplans according to the right sintax,
that is
exten => someexten,priority,application(arg1,arg2,...)
should be
exten => someexten,priority,application,arg1|arg2...
Isn't there anybody skilled enough in regular expressions that could write
a quick Search 'n' Replace vi command, please?
TIA,
Alex
2019 Jun 22
2
sftp client: upload from pipe
Damien Miller wrote:
> IIRC it's there because reads on named pipes can hang if nothing is
> attached to them
And what is the problem with that? It should break nothing if this named
pipe was passed to sftp explicitly (I'm not talking about recursively
uploading of directory that contains named pipes). Besides, there is
O_NONBLOCK if it would be very necessary.
> and because
2003 Nov 28
6
Samba Print Server
Hiya,
Can someone explain why I am seeing chmod of W32X86/3/PSCRIPT5.DLL failed (Operation not permitted) in the log files.
It is a samba 3.0.1pre3 print server, which has the drivers on it for loading to the clients.
Here is the log file of errors.
Thanx in advanced
Kris
[2003/11/27 16:29:15, 2] smbd/open.c:open_file(250)
aclarke opened file W32X86/3/PSCRIPT.HLP read=Yes write=No
2004 Nov 16
2
question about AIC
Hi everybody,
we are a pool of phd students and we have a question about AIC. We are interested
in calculating the AIC for a mixture model on galaxies data. So far we have
found AIC works only for regression models, whereas we need AIC for a mixture
of Normal with mean, sd and weights given by our EM algorithm.
May you help us?
thanks in advance