Displaying 20 results from an estimated 300 matches similar to: "plot.mob() fails with cut() error "'breaks' are not unique""
2010 Jun 12
2
mob (party package) question
Dear useRs:
I try to use mob from the party package (thanks Achim and Co.!) to model
based recursive partition a data set. The model is a logistic regression
specified with model=glinearModel and family=binomial(). Running mob
results in a few warnings of the type: In glm.fit ... algorithm did not
converge. As I speculate that this may be due to an insufficient number of
iterations I am
2005 Oct 07
1
files are copied but setting time stamp fails
I am using this command:
#rsync -tr /home/ndemou/test/ /media/MOB1/m/test/
/home/ndemou/test/
has only one file named "1" (without the quotes)
/media/MOB1/m/test/
is empty and it's on a vfat partition mounted as
#mount /dev/sda1 /media/MOB1/ -t vfat -o iocharset=utf8,umask=000
The file 1 is created at the destination but I get this error "failed to
set times on
2008 Aug 13
2
mob(party) formula question
I try tu use mob() with my data.frame ('data.frame': 288 obs. of 81
variables; factors, numerics and ordered factors)
My response is a binary variable and I should use for modelling a logistic
regression (family=binomial).
I read in the "MOB" Vignette that I could use a formula like this if I would
like to have only partitioning variables apart from the response.
2018 Jun 28
4
East-west traffic network filter
Hello,
I would like to make filter that allows communication only between
specified VMs. Those VMs should be specified by their MAC address. The
filter should extend clean-traffic but I was not able to get it working
with that reference. I have came up with modified clean-traffic which works
fine [1]. Is there a way to achieve the same behavior with reference to
clean-traffic?
Thank you.
Best
2018 Jul 02
1
Re: East-west traffic network filter
On Fri, Jun 29, 2018 at 3:40 AM Thiago Oliveira <cpv.thiago@gmail.com>
wrote:
> Hi Ales,
>
> I would like to prevent the guests from different subnets start a
> communication. In other words I have the subnet 192.168.1.0/24 and
> 192.168.2.0/24 and the guests from 192.168.1.0/24 cannot reach/talk with
> guests on 192.168.2.0/24 at the same host. Is this possible using a
2005 Dec 13
2
Restricting logins to certain clients
I run samba-3 as PDC for a small domain with 4 clients. User
A should be allowed to login on all client machines, while
logins for the privileged user B should be restricted to 2
machines for security reasons. Any ideas how to manage
that? Suggestions for further reading would be highly
appreciated?
Hans Musil
2007 Oct 14
3
DO NOT REPLY [Bug 5020] New: hang using RSYNC_CONNECT_PROG
https://bugzilla.samba.org/show_bug.cgi?id=5020
Summary: hang using RSYNC_CONNECT_PROG
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: Matt_Domsch@dell.com
QAContact:
2008 Nov 24
1
chooseCRANmirror
Dear List:
I just successfully installed R 2.8.0 (under Windows XP SP2, 1GB RAM) and wanted to run update.packages.
When I first called chooseCRANmirror I obtained the following error message:
----------------
> chooseCRANmirror()
Warning message:
In open.connection(con, "r") :
kann nicht mit 'cran.r-project.org' auf Port 80 verbinden
--------------------
What should I do?
2011 May 05
0
Conditional distribution plot using Model-based Recursive Partitioning
Hello,
I am using the party module to estimate the relationship between the
probability of being a student and number of siblings (alive). However, I
need to include a number of relevant covariates. My code is below:
fm3 <- mob(Student ~ age + alive + sex2 + cwa + cha + cym | Religion+Servant
+ Literacy, control = ctrl, data = samp2, model = glinearModel, family
=binomial())
plot(fm3, tp_args
2014 Dec 20
1
Help on UPS Eaton 5E 850i USB
I was unable to setup |nut| on a server for the UPS Eaton 5E with USB
connection. All results what did I get was that driver is not running
and UPS is not recognized. What kind of driver is suitable for me and
what kind of settings? Unit is Eaton 5E.
result of |$ lsusb -v|
|Bus 004 Device 007: ID 0463:ffff MGE UPS Systems UPS
Device Descriptor:
bLength 18
bDescriptorType
2009 Jul 22
1
A Flash Mob for R Content on Stack Overflow: Tonite @ 7-9pm PST
R Users -
Tomorrow night, we are leading a group of R programmers to a site
called Stack Overflow, Stackoverflow is a collaborative question and
answer site for programmers, currently lacks much R content.
to populate some of the most oft-asked and reluctantly-answered
questions about R.
The R-help mailing list is an indispensable resource to members of the
R community. Perhaps owing to its
2010 Jun 06
1
Why did TukeyHSD not work when I used it for post-hoc for 2way within-subjects anova?
Dear R people,
I have a couple of questions about post-doc analyses for 2 by 2 within
subjects ANOVA. I conducted a psycholinguistic study that combined a 2 by 2
design and a latin square design. Specifically, I had 32 items each of which
generated 4 conditions. Participants saw each of the 32 items only once: 8
in Condition A, 8 in B, 8 in C, and 8 in D. The table below serves as an
example.
2010 Oct 05
1
party with mob - parameter estimates not significant in terminal nodes
Dear useRs:
I successfully model-based partitioned several datasets through the use of
mob from the party package (thanks Achim et al. once again !!!). At times,
however, the partitioning leads to terminal nodes in which the parameter
estimates of the model are not significant (although the split points and in
general the proposed segmentation both seem reasonable). As I do not seem
to be able
2018 Jun 29
0
Re: East-west traffic network filter
Hi Ales,
I would like to prevent the guests from different subnets start a
communication. In other words I have the subnet 192.168.1.0/24 and
192.168.2.0/24 and the guests from 192.168.1.0/24 cannot reach/talk with
guests on 192.168.2.0/24 at the same host. Is this possible using a filter
like yours?
Thank you.
Thiago.
Em qui, 28 de jun de 2018 às 09:37, Ales Musil <amusil@redhat.com>
2018 Jun 28
0
Re: East-west traffic network filter
On Thu, Jun 28, 2018 at 10:18:57AM +0200, Ales Musil wrote:
> Hello,
>
> I would like to make filter that allows communication only between
> specified VMs. Those VMs should be specified by their MAC address. The
> filter should extend clean-traffic but I was not able to get it working
> with that reference. I have came up with modified clean-traffic which works
> fine [1].
2007 Jun 08
0
Unexpected behaviour shown by "meetme kick confno usernumber"
Hi,
I have Asterisk 1.4.4 on my linux box.
Whenever i try to kick a participant in conference say "59681446" using
following command
meetme kick 59681446 1
where "1" is the participant number, following are the actions that
asterisk takes
* IVR "You have been kicked from this conference" is played.
* Participant is taken out from that conference
2005 Oct 02
0
What is Mandel's (Fitting) Test?
Hello everyone,
A little background first:
I have collected psychophysical data from 12 participants, and each
participant's data is represented as a scatter plot (Percieved roughness versus
Physical roughness). I would like to know whether, on average, this data is
best fit by a linear function or by a quadratic function. (we have a priori
reasons to expect a quadratic)
Some of my
2013 Jan 10
0
mgcv: Plotting probabilities for binomial GAM with crossed random intercepts and factor by variable
mgcv: Constructing probabilities for binomial GAM with crossed random
intercepts and factor by variable
Hello,
(I'm sorry if this has been discussed elsewhere; I may not have been
looking in the right places.)
I ran a binomial GAM in which "Correct" is modelled in terms of the
participant's age and the modality in which the stimulus is presented
(written vs spoken).
2007 Oct 05
0
(FYI) 1-day reminder for 3ComR VCX IP: The future of communications ? taking businesses where they need to go.
FYI, Sorry for crossposting to the users and commercial list but this is
really a HUGE development and deserves a large Asterisk audience.
Digium = Shrewd business moves as I predicted when they purchased Sokol,
it's like a game of chess!
This is your 1-day reminder for the event:
Event: 3Com? VCX IP: The future of communications ? taking businesses
where they need to go.
Date: Friday,
2014 Dec 24
0
Nut-upsdev Digest, Vol 114, Issue 12
Hello, thank you for the idea.
I'm already behind the permission problem, which originally apeared, but
I did overcome it by rules settings.
this is the result for 'ls -l /dev/bus/usb/004/007':
----
crw-rw-rw- 1 root nut 189, 390 pro 23 13:23 /dev/bus/usb/004/007
----
Os is Debian 6.0.5 Squeeze
Regards
Dee
Dne 22.12.2014 v 13:01 nut-upsdev-request at lists.alioth.debian.org