similar to: Newb Prediction Question using stepAIC and predict(), is R wrong?

Displaying 20 results from an estimated 100 matches similar to: "Newb Prediction Question using stepAIC and predict(), is R wrong?"

2011 Feb 01
1
How can I index multiple linear models? (Without getting a warning.)
My code looks like this: lin = NA for(i in 1:15){ lin[i] = lm(reservesub[,3]~ reservesub[,i+3]) } For which I'm given 15 warning messages which say : "1: In lin[i] = lm(reservesub[, 3] ~ reservesub[, i + 3]) : number of items to replace is not a multiple of replacement length" I'm am able to generate the 15 different models and get the coefficients. I am able to access
2012 Apr 03
4
R+netcdf, resultados de WRF
Saludos estimados usuarios ! Estoy recién iniciándome en R y no he encontrado ejemplos de cómo graficar los archivos netcdf que genera el modelo meterológico WRF. ¿Alguien tiene por ahí algunos scripts que me permitan ir interiorizándome en el uso de paletas de colores, mapas y graficas de variables de este modelo? Anteriormente lo hacía vía GrADS, convirtiendo el NetCDf a GRIB, pero con las
2007 Sep 25
3
/boot partition or not on C5
hello, the last 3 times I installed C5, the MBR was unchanged and nothing was written into /boot/grub except splash.xbm.gz there were no stage* files, nor a menu.lst I know how to fix that. Would I have better luck using a partition mounted as /boot? Anyone succeded with Grub that way? I prefer not having to do surgery to get C5 to boot :) -- Mark New Packages for C5 ---------
2009 Jul 29
1
how to initial the R script
hi everyone, I am wondering if I can inintial all of the varibles and vectors at the begining part of my R script to make clear all the meanning defined in another script runned before It is just similiar with the command " close all " in Matlab or "reinit " in grads.How can I do? thank you.:) -- TANG Jie Email: totangjie@gmail.com Tel: 0086-2154896104 Shanghai Typhoon
2005 Nov 16
2
two-way communication using Unix pipes
Hello, I am trying to communicate with R from a perl program. Because this code must be deployed on systems that are outside of my control I do not wish to pursue the RSperl.pm approach which requires that R be compiled to use shared libraries. I have a custom, light weight module I have used with other command line driven programs like Ferret and Grads. This module follows the standard perl
2007 Sep 13
1
Asterisk DIAL() premature timeout on a PRI trunk to legacy PBX
An Asterisk extension calls an Alcatel extension via a PRI link which rings 4 times for about 10-15 seconds and then drops. So if the Alcatel user doesn't answer within 10-15 seconds the call is aborted. (A timeout is *not* specified in the Asterisk Dial command.) It seems however that either Asterisk or Alcatel drop the call prematurely (it's more likely to be on the Asterisk side). What
2007 Sep 09
3
canreinvite
Hi List; If I need traffic to be directly between the endpoints, then I have to set the canreinvite = yes? If I did not configure the canrenvite at all, then by default it will pass the traffic via Asterisk and not directly between the endpoints? What if one endpoint was SIP and configured with canreinvite=yes while other endpoint was IAX2 and configured with canreinvite=yes, then they can send
2000 Jan 11
0
SAMBA BUG: smbstatus 2.0.6 core dumps on Solaris 2.6 (SIGSEGV)
I am running Samba version 2.0.6 on Solaris 2.6. When I run smbstatus, it coredumps. Here is some detailed information that may help in killing this bug. This is a run of smbstatus where it coredumps, and afterwards, a gdb session. root@grads:/depot/samba-2.0.6/bin 174# ./smbstatus Samba version 2.0.6 Service uid gid pid machine ----------------------------------------------
2007 Aug 21
5
two providers
Hi to all i think this is not a new problem for this forum....but its newest for me as i m a new linux lerner. Even if it is new plzz....reply me ur answer..n if its already asked n have solution..plzz forward the solution. My problem is here mentioned: I have fedora core 4 as a linux server. there r two external links connected to this. the settings are as: eth0 ->for internal (that is
2007 Jul 20
1
Asterisk IVR Performance
I have written a script that is executed using ExternalIVR(). I am running in to performance issues when I have four or more simultaneous calls running this script. I'm running on a P4 2.8 with 512M, all calls are GSM coming in over IAX from an asterisk box that acts as a switch and handles all PSTN interfaces. My question are these: Are there ways of optimizing ExternalIVRs? (maybe
2007 Sep 11
1
Is FLAC__stream_decoder_seek_absolute working for OggFlac?
Josh Coalson wrote: > > The test file is here: > > > > http://www.mega-nerd.com/tmp/flac_char.ogg > > yep, this is definitely a bug, thanks for the test case. requires > a tiny fix to the ogg seek algorithm which I will check in tonight. Oh cool. I was wondering what happened to that issue. Erik --
2007 Aug 26
1
FLAC: FLAC frontend feature request
hi FLAC list! Does anybody know where I can request a new feature (if that's possible of course) for the FLAC frontend, included in the windows installer? The feature I would like (if the developers agree and want to implement it) is the possibility to add FLAC files to the list in the frontend and re-encode them to FLAC. This is useful if you want to re-encode some files by using the
2007 Jul 05
2
Custom "Windows Welcome message"
Hello - I running Samba as a PDC on FC6 with roaming profiles. I need to setup a custom Windows logon/welcome message... to tell users want they can expect using this domain. Is it also possible to place different PDF files on the users desktop when he or she logs on, but only referencing one source file, so I don't have a copy for each user? What is the best approach? Thank You. Ralf
2007 Jun 13
0
why glibc-profile package get obsolete?
Hi, Any one know why the glibc-profile is obsoleted on centos 5 (glibc 2.5)? I've checked the glibc.spec file and find that the --disable-profile option is enabled in the configuration command. So how the original profiling functions are implemented on glibc 2.5? Is there a new way to do the same/similar thing? Thanks a lot.
2011 Dec 07
0
[LLVMdev] advertisement: summer 2012 internship positions available in Apple's compiler teams
Hi all, Apple's compiler teams (covering the frontend to the backend) are now looking for exceptional interns for summer 2012. These are paid internships based onsite at Apple's main campus in Cupertino, California, USA. Internships last ~3 months, with internships starting as early as next May. During the internship, interns will work directly with members of Apple's compiler team
2007 Jul 13
1
Media Proxy Mode in Asterik: SIP and H.323
Hi List; All we know that in voice, there are a type of communications between endpoints, for example: in some communications we do a proxy for media and signaling while other communications we do a proxy for only signaling. Where I can determine these things in Asterisk if I am using SIP and if I am using H.323? Regards -------------- IP Telephony and Contact Center Engineer Eng. Bilal Ghayad
2007 Aug 19
2
How many calls can use the same username
Hi List; If I configured one SIP account or one IAX account [sipuser1] or [iaxuser1] then how many calls can be originate/terminate using the same account [sipuser1] or [iaxuser1]? In other words, can 10 IP Phones (users) do a calls via Asterisk using the same account (SIP or IAX2)? If yes, how can I control the number of calls per account? Regards Bilal
2007 Aug 24
1
asterisk stable 1.2.x or 1.4.x
Dear all I am going to install asterisk on production now i m confused about version i dont know which version is good and best for my setup 1.2.x or 1.4.x can anyone tell me in detail which version whoud be best for my setup 1.4.x or 1.2.x if 1.4.x is good then which version whoud be better like 1.4.1 or 1.4.10 , 1.4.11 Regards satish patel
2007 Sep 03
1
unnumbered priorities
Hi: When should we use "unnumbered priorities"(n) in extensions.What is the different between these 2 forms of extensions.conf? and ,Are both true? extensions.conf: form1: [Conferencerooms] exten => 333,1,Answer exten => 333,n,meetme(8000|cim) exten => 333,n,playback(vm-goodbye) exten => 333,n,hangup form2: [Conferencerooms] exten => 333,1,Answer exten =>
2007 Aug 17
0
Re: wine-users Digest, Vol 25, Issue 24
>Wine Is Not (an) Emulator. yup i know that :) >This means that it cannot run windows - it /is/ >windows as far as your >end-user applications are concerned. no issues with that >This means that you should not use your windows boot >as a 'fake >windows', but instead install applications properly >and use them. i usually run a setup of all my windows app in wine