Displaying 20 results from an estimated 400 matches similar to: "apex ??"
2001 Nov 05
1
help me again
I would like to know how I can set with a R-command
the values from decimal to exponential (e.g. from 0.001 to 10^-3)
on the axis y.
Thank you
Damiano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20011105/472776fb/attachment.html
2001 Oct 16
5
help me
Hy,
I have dowloaded the R-version for Windows.
I would want to plot different pictures on the same device, but I am not
able to do it (i.e I would like make 2 qqplot on the same graphic).
Can you help me?
Thanks in advance
Davide
reply to: d.tarfanelli at libero.it
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2016 Dec 12
1
samba-tool dns query - querying the zone apex
(The following is with samba 4.5.2 from source under ubuntu 16.04)
If I query for '@' I get the whole zone, including records at the zone
apex (e.g. SOA, NS) and children:
root at wrn-dc1:~# samba-tool dns query wrn-dc1 int.example.net '@' all
Name=, Records=2, Children=0
SOA: serial=2, refresh=900, retry=600, expire=86400, minttl=3600,
ns=wrn-dc1.ad.example.net.,
2012 Jun 13
3
Attempting to run Apex Nexus CAD software
Here is the error I recieved upon running it through shell, any ideas?
err:ole:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"Apex.Integration"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
2001 Nov 15
3
Histogram
I would want to know if it's possible to plot two histograms
on the same graphic in order to compare the bins one to one,
like a Excel graphic.
If it is possible can you help me to do it, because I don't know the exact
R-commands.
Thanks for your help
Damiano
>
>
>Martin Maechler <maechler at stat.math.ethz.ch> http://stat.ethz.ch/~maechler/
>Seminar fuer Statistik,
2017 Aug 28
5
"Improvement with the R code"
Hello,
I am trying to implement a formula
aij= transition from state S_i to S_j/no of transition at state S_i
Code I have written is working with three state {1,2,3 }, but if the number
of states become={1,2,3,4,......n} then the code will not work, so can some
help me with this.
For and some rows of my data frame look like
2010 Apr 28
1
Problem with optimization (constrOptim)
Hello,
I have the following problem:
I have a set of n matrix equations in the form of :
[b1] = [A] * [b0]
[b2] = [A] * [b1]
etc.
vertical vectors [b0], [b1], ... are GIVEN. We try to estimate matrix A. As
there are many equations (more than cells in matrix A) the system has no
solutions.
A is transition matrix (stochastic matrix) or markov process, so the sum of
each row = 1 and each entry is
2004 Nov 23
2
IFELSE across large array?
Dear all,
As our previous email did not get any response, we try again with a
reformulated question!
We are trying to do something which needs an efficient loop over a huge
array, possibly functions such as apply and related (tapply,
lapply...?), but can't really understand syntax and examples in
practice...i.e. cant' make it work.
to be more specific:
we are trying to apply a mask
2007 Jun 05
1
spa 3102 incoming call
Hi to everybody,
I have an spa 3102 where i connected an analog phone (in the fxs port) and
the pstn line (in the fxo port).
This is my problem:
the incoming call doesn't arrive to asterisk.
In the spa web page i configured this dialplane:
(<:line01@192.168.1.220:5060>)
where line01 is the context in sip.conf, 192.168.1.220 is the asterisk ip
and 5060 is the asterisk sip port.
2007 Apr 12
1
CDR(disposition)
Hello to everybody, I have a problem with the disposition filed that
asterisk write in mysql table.
What I notice is that for every outbound calls (for example to a mobile
phone) I see in disposition field the string "ANSWERED" when I reject the
call and also when I really answer the call, while in the variable DIALSTAUS
I have the correct status of the call (BUSY, CHANUNAVAIL,
2008 Mar 25
0
Mixed-effects models: question about the syntax to introduce interactions
hello everyone,
I would like to as for advice for the use of ?lmer?
(package ?lme4?) and writing the proper syntax to best
describe my data using a mixed-effects model.
I have just started to use these models, and although
I have read some good examples (Extending the Linear
Model with R, Faraway 2005; and the R book, Crawley
2007), I am still not sure of the syntax to test my
hypothesis.
2007 Jun 05
1
spa 3102 configuration
Hi to everybody,
I need some help in configuration of the spa 3102.
I created an account for line 1 (user 208, sip port 5061) correctly
registered in asterisk, then i create an account
in sip.conf like this:
[general]
register = line01:pwdsipura:line01@192.168.1.222:5060/095377078
[line01]
username = line01
fromuser = line01
secret = pwdsipura
host = 192.168.1.222
fromdomain = 192.168.1.222
2017 Aug 28
0
"Improvement with the R code"
Hi,
I think you overthought this one a little bit, I don't know if this is the
kind of code you are expecting but I came up with something like that:
generate_transition_matrix <- function(data, n_states) {
#To be sure I imagine you should check n_states is right at this point
transitions <- matrix(0, n_states, n_states)
#we could improve a little bit here because at
2020 Jul 13
2
Authentication with trusted credentials
Some more details. Below is what I have during joining Linux (Ubuntu 20.04)
to the SVITLA3 domain. SVITLA3 (Samba) is trusting, APEX (AD) is trusted.
SVITLA3 has *administrator *and *test01 *users, APEX has *administrator *and
*jake *users.
test01 - 20000:20000 (uidNumber:gidNumber)
jake - 10000:10000
You can see some delay in some places - I marked them bold. It looks like
DNS timeouts.
The
2020 Jul 13
3
Authentication with trusted credentials
Hi friends,
I have a one way outgoing trust between SAMBA trusting domain and AD
trusted domain.
SSH Authentication of a user belonging to the SAMBA domain works properly
on a Linux computer which is a member of SAMBA domain.
I would like to authenticate a trusted user from the AD domain on the same
Linux computer with SSH. Currently it doesn't work.
I am able to authenticate trusted accounts
2008 Nov 12
1
.Random.seed is double
Hi
I am experiencing a problem with the random number generator. When I call
any function that involve RNG such as "runif" or "sample" I get this error:
.Random.seed is not an integer vector but of type 'double'
I can't coerce the random seed and it's recommended not to alter it anyway.
Can anybody help me?
Thanks and kind regards,
Piero Visconti, PhD
2020 Jul 14
3
Authentication with trusted credentials
Hai,
?
Sorry for the late(r) reply but we all need to sleep also sometimes.? ;-)
note, i saw its fixed, but i'll do comment a bit through your replies.
?
?
mainly because of this part
?
this part.? (Sended: monday 13 juli 2020 18:51)
> net ads join -U administrator at SVITLA3.ROOM
> Enter administrator at SVITLA3.ROOM's password:
> Using short domain name -- SVITLA3
>
2020 Jul 20
3
Authentication with trusted credentials
Point #1: is not correct.
Why is Jake getting an ID from * Range and not APEX range. ?
That need to be found first
Run: net cache flush
Restart samba. : systemctl restart smbd winbind nmbd (and/or sssd is you use that)
wbinfo --all-domains -ug
id jake
getent passwd jake
Any improvement?
> if you have set: APEX:backend = ad
Yes, and did you assign an UID/GID after you changed RID to
2020 Jul 16
3
Authentication with trusted credentials
On 16/07/2020 22:13, Yakov Revyakin wrote:
> Thank you! I have food for tomorrow. Now I only want to voice some of
> my considerations.
>
> Imagine that a domain had no trusts. At this time a PC became a member
> of this domain.
> After some time DC made trust with another domain. In this case
> existing members don't consider?any extra configuration like adding
>
2004 May 28
1
[Samba + CIFS] Symbolic link problems
Hello,
I am using Samba 2.2.8a with 2.6.6 CIFS Linux clients and I've got
problems with symbolic links : I can't make them point outside the share.
I understand that it is a security feature if the server resolves the
link. But, in my case, I'd like Samba to serve link files *as is*, so
that the Unix clients resolve the link.
Symlinks are an important filesystem feature and their