Displaying 5 results from an estimated 5 matches for "grpa".
Did you mean:
arpa
2009 Jun 17
2
Re gression by groups questions
...")
abline(coef(fits)[c(2,4)], col="blue")
Output:
Call:
lm(formula = y ~ grp:x + grp - 1, data = data1)
Residuals:
Min 1Q Median 3Q Max
-0.206414 -0.057582 -0.001376 0.062737 0.242111
Coefficients:
Estimate Std. Error t value Pr(>|t|)
grpA -0.02935 0.02811 -1.044 0.299
grpB 1.96200 0.02811 69.803 <2e-16 ***
grpA:x 1.06276 0.04921 21.596 <2e-16 ***
grpB:x 5.09351 0.04921 103.502 <2e-16 ***
---
We can see that the intercepts of are close to 0 and 2 and slopes close to 1
and 5 as suggested by...
2008 Feb 18
3
tabulation on dataframe question
I have a data frame with data similar to this:
NameA GrpA NameB GrpB Dist
A Alpha B Alpha 0.2
A Alpha C Beta 0.2
A Alpha D Beta 0.4
B Alpha C Beta 0.2
B Alpha D Beta 0.1
C Beta D Beta 0.3
Dist is a distance measure between two entities. The table displ...
2004 Apr 17
1
windows permissions
...eved but the
methods used don't work for me. I won't pretend I understand linux or
samba permissions because every time I think I've got it, I turn out to
be wrong. So here goes.
Let's say I have 3 users & 2 groups.
each group has it's own directory.
user1 is a member of grpA & grpB (needs rwx access to grpA & grpB
directory & all files).
user2 is a member of grpA (needs rwx access to only grpA directory & all
files.
user3 is a member of grpB(needs rwx access to only grpB directory & all
files.
When a user creates a file I want the file to have -...
2003 Aug 03
2
Weird permission problem
Hi,
When I try to do anything on my samba system a connection is made to IPC$, but this is
mapped to a directory /root/tmp. This seems odd. To make matters worse ordinary users
cannot access this directory, so the only user who can access the IPC$ share (ie, do
anything at all) is the root user.
What have I don wrong. I cannot find any reference to IPC$ being linked to a directory
2000 Oct 09
4
lm question
I have not really used lm before and I was hoping for some help on a
simple problem.
Here is a toy version of the problem I want to solve.
y x grp
-.9 1 a
-.8 2 a
-.7 3 a
-.7 1.5 b
-.5 2.5 b
-.3 3.5 b
-.19 2.7 c
-.11 3.7 c
-.41 4.7 c
I want to fit a model that has one y-intercept and three slopes, one for