similar to: RE Zaphfc/BRI Configuration help

Displaying 17 results from an estimated 17 matches similar to: "RE Zaphfc/BRI Configuration help"

2009 Nov 05
1
help with ols and contrast functions in Design library
Dear All, I'm trying to use the ols function in the Design library (version 2.1.1) of R to estimate parameters of a linear model, and then use the contrast function in the same library to test various contrasts. As a simple example, suppose I have three factors: feature (3 levels), group (2 levels), and patient (3 levels). Patient is coded as a non-unique identifier and is
2012 Feb 07
0
gmodels error: "no method for coercing this S4 class to a vector"
Dear All, I'm having a problem using functions in the gmodels library on an object of class mer from the lmer package. Code for a reproducible example is below. # Load lme4 library and sample data library(lme4) library(faraway) library(gmodels) data(penicillin) # Fit a linear mixed effects model fit4 <- lmer(yield ~ treat + (1|blend), penicillin) # Extract confidence intervals
2006 Mar 17
3
SIP Realtime Users
Trying to get SIP realtime working here... I'm connected to the database... *CLI> realtime mysql status Connected to vox180internal@db1.ipt.XXX.com, port 3306 with username voxadmin for 6 seconds. I can get information for the extension in question... *CLI> realtime load sipusers name 2944093 Column Name Column Value
2005 Feb 09
6
randomisation
Dear useRs I am looking for a way to randomise the values within a matrix: the conditions are that the sums of the rows and the sums of the columns should remain the same as in the original matrix. Any help would be appreciated Cheers Yann
2007 Jun 03
3
SIP Options Reply Ignored
Hi I have FC6 system in the office running SVN-trunk-r63567 It is behind a NAT router which I have configured to do port forwarding etc. Asterisk connects and registers correctly to my SIP service (Sipgate.co.uk) and I can make and receive calls from any SIP phone on the office LAN. The problem comes when I try to use a SIP phone at home (also behind a NAT router). The phone registers correctly
2004 Apr 01
4
sip problems
chan_sip.c6524 reload_config= unable to get ip address from asterisk, sip disabled The ip address is working fine, Internet works great. Can anyone help...Thanks
2006 Jan 22
2
a newbie doomed in the first introduction to rails.
Hello, Thank you for the fast responses, I really appreciate. I really enjoy being a part of such a great community. I still could not solve my problem. To make sure that I can not connect beacuse of access rights, I have started mysql server --skip-grant-tables option. (I have read the part of the manual about access rights, which I was to read in this list, but 4 AM in the morning, I had hard
2004 Dec 16
1
BRI Card not recognized
Dear all i am using Fedora Core 2 . i have Planet BRI TA with HFC chipset ( hisax ) i can easyly connect to internet using BRI but this card is still not recognized by asterisk i am using i4l driver . some people suggest i should try bristuff from junghanns.net any ideas ? Thanks and Regards Talha
2020 Oct 14
0
Re: libivrt client using python on windows
On 10/12/20 9:47 PM, Talha Jawaid wrote: > Hello, > > I want to run a python script on Windows to remotely control libvirt > running on a (Linux) server. This was all working fine while prototyping > stuff on the server but now I am having some trouble installing the > python module on windows (“pip install” fails). I struggled through > getting it to COMPILE but then ran
2009 Aug 06
0
About numerical accuracy: should there be a rational number class for fractions?
Hello, useRs. I was monitoring the recent thread about the numerical (in)accuracy of the C pow function and the apparent mismatch between R and matlab. That particular problem has been addressed, but it seems there are many others awaiting. I'm wondering if there is advice for package writers & prospective R contributors about avoiding the most common sorts of numerical mistakes. Has
2009 Jan 09
1
Maintain Spaces and Parentheses in Variable Names
Is there any way to maintain spaces, slashes, and parentheses in variable names when reading these into R? Of course, read.table converts these to periods. However, I know that it's not strictly illegal to have these characters in variable names as I am able to add them using the "variable editor" portion of the "data editor." I need to batch produce dozens of histograms
2009 Sep 20
2
missing level of a nested factor results in an NA in lm output
Hello All, I have posted to this list before regarding the same issue so I apologize for the multiple e-mails. I am still struggling with this issue so I thought I'd give it another try. This time I have included reproducible code and a subset of the data I am analyzing. I am running an ANOVA with three factors: GROUP (5 levels), FEATURE (2 levels), and PATIENT (2 levels), where
2006 Jan 22
2
a newbie doomed in the first introduction to ruby.
Hello, I have bought the Dave Thomas Agile Developtment with Rails. (I have previously bought and read his Programming with Ruby book) On my winxp sp2 system ruby 1.8.15 (one click installer), rails 1.0framework (with ruby gems) and mysql 5.0 are installed. While following the example stated in the Chapter Building an Application I had following problem. After creating databases for test,
2004 Dec 19
1
BRI Error with zaphfc
Hi I have a small ISDN PABX , (BRI) at home - Siemens Gigaset 4175 which has cordless DECT extensions. I have set up asterisk on FC3 with two HFC cards and I am using the latest bristuff. I am trying to use * between my ISDN line and my PABX. One card is in TE mode and can receive and make calls OK. I can make and receive external calls to a SIP phone. I cannot get the other card to talk to my
2004 Nov 22
1
Test Number in the UK?
In recent times I have seen a few posts which describe how to use ztmonitor to set the rxgain and txgain parameters on an FXO channel. The starting point is to call a '102 milliwatt test number' Does anybody know of such a facility in the UK? Ian -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Sep 08
0
help with 'lm' function: contrast and separate variance terms
Dear All, I am attempting to use R to perform an ANOVA with three factors: feature (3 levels), group (5 levels), and patient (246 levels), where patient is nested within group. Currently I am using the "lm" function to fit the model, with the following form: fit <- lm(intensity ~ feature + group + feature:group + group/patient, data = new) I have two questions: 1.
2009 Sep 18
0
missing values at a combination of two factors
Dear All, I have two factors: GROUP and PATIENT, where PATIENT is nested within GROUP. >levels(example$GROUP) [1] "0" "1" "2" "3" "4" > levels(example$PATIENT) [1] "1" "2" "3" There are three observations at each combination of these factors. However, there are no observations for PATIENT = 3 and GROUP