Displaying 9 results from an estimated 9 matches for "rabby".
Did you mean:
abby
2017 Jun 26
0
Help please
Hi Rabby,
Before you run your regression, try this:
is.factor(Final$Cor)
If this returns TRUE, then this variable is a factor and it will be
treated as a number of levels rather than a set of numeric values.
This usually happens when a text file is read in and there is at least
one value that cannot be co...
2003 Sep 05
3
Dotchart question
Sorry to keep asking elementary questions......I appreciate the help.
I am trying to create a dotchart with the rows sorted according to the
values, rather than the labels. When I try
prof <- c('Accountant', 'Administrative assistant', 'Garment worker',
'Cook',
'Dentist', 'General practictioner', 'Graduate student', 'High level
2017 Jun 24
3
Help please
...e output I get is pasted below. As shown, highlighted variable is regressed more than once which should not be the case and I am not sure why that is the case. I have checked my data and nothing seems out of the ordinary. What could be wrong please?
PS. I am still learning to use R.
Thank you,
Rabby
Residuals:
Min 1Q Median 3Q Max
-1.04279 -0.06739 0.00124 0.06376 1.59115
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 0.1045711 0.0867584 1.205 0.228308
Final$Y.t.1. -0.0313686 0.0058536 -5.359 9.95e-08 ***
Final$Cor10 0.0...
2003 Jan 17
2
User Profile Migration Solved
Migration of User Profiles
Goal:
Old machine with NT 4.0SP6 running as a primary domain controller (PDC)
is to be replaced by a new Linux server running samba 2.2.7a.
The samba version I used was a precompiled rpm package from SuSE.
Environment:
14 Windows 2000 Professional (SP1-SP3) Workstations with 1-2 User accounts
3 Windows NT 4.0 WS (SP6) Workstations with 1-2 User accounts
All these are
2007 Nov 29
2
[LLVMdev] LLVM on MinGW
Antony Blakey wrote:
> SVN head LLVM and Clang built out of the box for me a week ago on
> MSYS/MINGW, using the following files:
Ok, I tried to do the same. The compilations stops with the following
error message (actually, I got to the same point in my attempt to build
LLVM with the MinGW compiler shipped with Cygwin):
llvm[1]: Compiling MachineLoopInfo.cpp for Debug build
2009 Oct 19
3
remote port forwarding unstable
Hi,
I'm not sure if this is a bug or not, maybe someone noticed it also...
I always do a remote port forwarding with openssh on 1026 port let's
say ( ssh -R 1026:localhost:55555 ). Most times the port is opened on
remote machine. But sometimes i notice that ssh can't do remote port
forwarding to that port 1026. I looked on the remote machine (netstat
-an) and no one is using that
2010 Jun 04
0
BerkeleyTIP Join June Global Free SW HW Culture Mtgs via VOIP or in Berkeley
You're invited to join in with the friendly people at the BerkeleyTIP
global meeting - newbie to Ph.D. - everyone is invited.
Get a headset & join using VOIP online, or come to Berkeley.
1st step: Join the mailing list:
http://groups.google.com/group/BerkTIPGlobal
Watch the videos. Discuss them on VOIP.
8 great videos/talks this month - see below.
Starting off year 3 of BerkeleyTIP
2008 May 01
0
[LLVMdev] optimization assumes malloc return is non-null
On Apr 30, 2008, at 9:35 PM, Jonathan S. Shapiro wrote:
> On Wed, 2008-04-30 at 18:26 -0400, David Vandevoorde wrote:
>>> Daveed:
>>>
>>> Good to know that I was looking at the correct section. I do not
>>> agree
>>> that your interpretation follows the as-if rule, because I do not
>>> agree
>>> with your interpretation of the C
2008 May 01
2
[LLVMdev] optimization assumes malloc return is non-null
On Wed, 2008-04-30 at 18:26 -0400, David Vandevoorde wrote:
> > Daveed:
> >
> > Good to know that I was looking at the correct section. I do not agree
> > that your interpretation follows the as-if rule, because I do not
> > agree
> > with your interpretation of the C library specification of malloc().
>
>
> Before I go on, let me state that this is