Displaying 20 results from an estimated 110 matches similar to: "Working with Numbers generated from Regression Output"
2012 Sep 26
1
Running different Regressions using for loops
Hi,
I am trying to run many different regressions using a FOR Loop.
The input data that is read into R has the following variables
· Volume
· Price1
· Price2
· Price3
· Price4
· Price5
· Trend
· Seasonality
I want to run 5 regressions, with the Volume as an dependent variable and
Price, Trend & Seasonality as
2009 Mar 18
1
Performance of realtime for millions of SIP user
Hi,
Would you please let me know the performance of asterisk realtime in case I
will have millions of SIP users?
Thanks,
Krunal Patel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090318/f1e0f6c8/attachment.htm
2008 Aug 29
1
Issue when dialing multiple extensions using & ------Please Help
Hi,
I have a simple dialplan.
[test]
exten => _X.,1,Dial(SIP/1000&SIP/1002)
I have registered user whose context is test.
Now I am dialing any number, so it will enter into test context.
It will dial 1000 & 1002 both.
Both keeps ringing.
Now the problem is, when any of them answer, another one keeps ringing for
10 to 15 sec.
Please help me , what's wrong here.
Thanks,
Krunal
2011 Sep 11
8
bad seagate drive?
Hi list,
I''ve got a system with 3 WD and 3 seagate drives. Today I got an email
that zpool status indicated one of the seagate drives as REMOVED.
I''ve tried clearing the error but the pool becomes faulted again. Taken
out the offending drive and plugged into a windows box with seatools
install. Unfortunately seatools finds nothing wrong with the drive.
Windows seems to see
2010 Nov 23
14
ashift and vdevs
zdb -C shows an shift value on each vdev in my pool, I was just wondering if
it is vdev specific, or pool wide. Google didn''t seem to know.
I''m considering a mixed pool with some "advanced format" (4KB sector)
drives, and some normal 512B sector drives, and was wondering if the ashift
can be set per vdev, or only per pool. Theoretically, this would save me
some size on
2010 Nov 29
9
Seagate ST32000542AS and ZFS perf
Hi,
Does anyone use Seagate ST32000542AS disks with ZFS?
I wonder if the performance is not that ugly as with WD Green WD20EARS disks.
Thanks,
--
Piotr Jasiukajtis | estibi | SCA OS0072
http://estseg.blogspot.com
2011 Feb 23
13
SIL3114 and sparc solaris 10
Perhaps a bit off-topic (I asked on the rescue list --
http://web.archiveorange.com/archive/v/OaDWVGdLhxWVWIEabz4F -- and was
told to try here), but I am kinda shooting in the dark: I have been
finding online scattered and vague info stating that this card can be
made to work with a sparc solaris 10 box
(http://old.nabble.com/eSATA-or-firewire-in-Solaris-Sparc-system-td27150246.html
is the
2013 Jan 07
8
Has anyone used a Dell with a PERC H310?
Hello Sa?o!
I found you here: http://mail.opensolaris.org/pipermail/zfs-discuss/2012-May/051546.html
"How about reflashing LSI firmware to the card? I read on Dell''s spec
sheets that the card runs an LSISAS2008 chip, so chances are that
standard LSI firmware will work on it. I can send you all the required
bits to do the reflash, if you like."
I got Dell Perc H310 controller
2009 Nov 05
0
Biometric Summit - Feb. 22-25, 2010
Join your colleagues for the 20th highly acclaimed international
forum to hear the latest implementations of biometrics...
The Winter 2010 BIOMETRICS SUMMIT:
--------------------
Practical Implementation Strategies, Market Trends And Best Practices
In Government And Business
--------------------
February 22-25, 2010 - Miami, FL
2009 Nov 16
0
Biometric Summit - 2010
JOIN YOUR COLLEAGUES FOR THE 20TH HIGHLY ACCLAIMED
INTERNATIONAL FORUM TO HEAR THE LATEST IMPLEMENTATIONS OF
BIOMETRICS...
THE WINTER 2010 BIOMETRICS SUMMIT:
--------------------
Practical Implementation Strategies, Market Trends
And Best Practices In Government And Business
--------------------
February 22-25, 2010 - Miami, FL
2007 Dec 18
0
R command "leap"
After applying the "step" command to a long list of predictors I came up
with the following showing there still are some non significant
coefficients.
I'd like to try the command "leap". However, I don't quite understand how it
returns the spared predicting variables.
Can please, someone help ?
Tank you in advance.
Mara EM
> summary(stepmod)
Call:
lm(formula =
2008 Dec 01
0
how to configure free radius server with asterisk
Hi all,
i want to configure free radius with asterisk server. my radius server and
clients are running perfectly with each other. now only thing i need to do
is to patch radius client with asterisk.
Can any one suggest how i can do that? i am using free radius 2.1.x version
and asterisk latest version. radiusclient-ng as a client.
Regards,
Krunal
-------------- next part --------------
An
2008 Aug 16
0
Getting cdr(billsec) 0 -- please help
Hi,
Here is the scenario:
Originating local channel using AMI.
On answering the channel, it will goes to a context.
Which start to playback a file.
& after hangup at h extension I am caliing an agi script which insert CDR
into DB.
Now the problem is when I script hangsup during payback CDR(billsec) returns
currect result.
But when it hangsup after playback cdr(billsec) returns 0 .
Please
2013 Apr 03
4
Better way of writing R code
Dear R forum,
(Pl note this is not a finance problem)
I have two data.frames as
currency_df = data.frame(current_date = c("3/4/2013", "3/4/2013", "3/4/2013", "3/4/2013"), issue_date = c("27/11/2012", "9/12/2012", "14/01/2013", "28/02/2013"), maturity_date = c("27/04/2013", "3/5/2013",
2003 Jul 28
1
Optimization failed in fitting mixture 3-parameter Weibull distri bution using fitdistr()
Dear All;
I tried to use fitdistr() in the MASS library to fit a mixture
distribution of the 3-parameter Weibull, but the optimization failed.
Looking at the source code, it seems to indicate the error occurs at
if (res$convergence > 0)
stop("optimization failed").
The procedures I tested are as following:
>w3den <- function(x, a,b,c)
2007 Dec 24
1
Help with read.zoo and transform
R
I get a daily feed of data over the internet that I keep in various .csv
files.
I have built a function that reads that data into R for me:
getMarketData<-function(market)
{
library(zoo)
pathname<- "C:/DATA/"
files<-c("AN_REV.csv","AX_REV.csv","BN_REV.csv")
markets<-c("AUS","DAX","GBP")
2000 Mar 06
2
anova-bug in R-version 1.0.0? (PR#470)
# Your mailer is set to "none" (default on Windows),
# hence we cannot send the bug report directly from R.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs@biostat.ku.dk
#
######################################################
Under R version 0.6.51 the following
A_c(13,9,15,5,25,15,3,9,6,12)
B_c(42,24,41,19,27)
2009 Mar 30
1
Lattice axis list (when relation = "free")
Dear R users:
I am having difficulty to place x-axis location alternatively
top/bottom side in Lattice plot, which is composed of seven-column as
following:
E1 E2 E3 E4 E5 E6 E7
Case1 -505.85 -75.32 494.52 -12.31 -98.96 50.34 -48.62
Case2 -50.46 -60.97 68.32 -8.66 -51.77 25.17 -26.60
Case3 -253.00 -54.99 243.48 -8.76
2018 Dec 24
3
Using MS-DOS client
Hi, all.
I know this is ancient history, but I have a couple of DOS machines that
host older device programming hardware. I've been able to access an older
version of Samba for years without incident. Last weekend I upgraded my
server to Ubuntu 18.04, which provides Samba 4.7.6. Unfortunately, after
hours of frustration I find I'm unable to connect from any of the older
machines.
2011 Oct 20
1
effect function in the effects package
Dear r-help listers,
I am using effects to produce an effect plot after the proportional
odds logistic regression model. There is no problem for me to estimate
the model, but when it comes to the graphing, I was stuck. see the
codes below:
##############################################################################
myologit <- polr(factor(warm) ~ yr89 + male + white + age + ed + prst,
+