Displaying 2 results from an estimated 2 matches for "0.8744".
Did you mean:
0.844
2006 Feb 21
6
How to sum values across multiple variables using a wildcard?
I have a dataframe called "data" with 5 records (in rows) each of
which has been scored on each of many variables (in columns).
Five of the variables are named var1, var2, var3, var4, var5 using
headers. The other variables are named using other conventions.
I can create a new variable called var6 with the value 15 for each
record with this code:
> var6=var1+var2+var3+var4+var5
2006 Mar 01
3
Help - lm, glm, aov results inconsistent with other stati stical package
1. You have levels(A) as "2" and "4", yet you showed equations for A=0 and
A=1?
2. y = A + X + A*X means you're allowing the different groups of A to have
different slopes. Probably not what you intended.
3. It's probably best to provide a small sample of the data (and R code) so
we know how you got what you got.
Andy
From: Ben Ridenhour
>
> Hello,
>