Displaying 7 results from an estimated 7 matches for "compen".
Did you mean:
rompen
2006 Dec 14
3
sapply problem
I have encountered the following problem: I need to extract from
a list of lists equally named compenents who happen to be 'one row'
data frames. a trivial example would be:
a <- list(list(
df = data.frame(A = 1, B = 2, C = 3)), list(df = data.frame(A = 4,B = 5,C = 6)))
I want the extracted compenents to fill up a matrix or data frame row by row.
the obvious thing to do seems:
b <-...
2002 May 02
2
coercing "numeric" components of data frame to "factor" or "ordered"?
I am getting ready to load a bunch of data into R. The data is all
numeric, but some of the numbers are integer codes representing
non-numeric semantics. What is the best way to "fix" the data frames
so that these compenents are recognized as "factors" or "ordered", as
appropriate?
Can I "assign" to some attribute of the data frame component, like the
"class" or "levels" to get the desired effect?
Thanks!
--
Russell Senior ``The two chiefs turned to each...
2010 Dec 01
3
Question regarding legend look
Hi everyone.
I have a quick question regarding the look of my legend in my plot. As you
can see in the next figure, I have 3 series.
http://r.789695.n4.nabble.com/file/n3067466/legend.png
However, I find rather difficult to differentiate the series 1 and 3
according to their line type (lty). I would like to know if it was possible
to make the line type in the legend to appear more clearly.
2005 Jan 25
29
Write-up on RoR + XUL Sample
Hi Folks,
Just a quick message saying that, after much demand, I wrote a quick
write-up for the RoR + XUL thing I did yesterday:
http://www.zedshaw.com/blog/programming/ruby_xul.html
It lays out the few simple things I did, has a bit of rant on an
unrelated topic, and other stuff but it''s short still.
On a related note, I''d like to thank "xal" on IRC for reminding
2010 Sep 07
1
Saving fits (glm, nls) without data
Is there any package that assists in saving and reconstituting glm and
nls fits without bringing along the accompanying data? A quick search
on CRAN didn't turn up anything.
If not, how do other people deal with saving the coefficients of model
fits?
For example, I've run a glm fit that has 23 coefficents on data set that
had 193,008 rows, by the time the fit was called. When I save
2010 May 03
3
Extract a 'data.frame$column' column name
Hello,
I can't find how to get de column name from a data.frame dollar reference.
To make it simple, I'd like to obtain "Bar" from a "foo$Bar" notation.
I've tried col.names(foo$Bar), names(foo$Bar) and so on without sucess.
Regards
Blaise
[[alternative HTML version deleted]]
2006 Oct 10
1
read.table versus read.csv (PR#9284)
...l_disclaimer.htm
--=_6vx1wr5xhvr4
Content-Type: text/x-comma-separated-values;
charset=UTF-8;
name="aaup.csv"
Content-Disposition: attachment;
filename="aaup.csv"
Content-Transfer-Encoding: quoted-printable
FICE,name,state,type,salary.prof,salary.assoc,salary.assist,salary,compens.p=
rof,compens.assoc,compens.assist,compens,n.prof,n.assoc,n.assist,n.instruct,=
n.staff
1061,Alaska Pacific University,AK,IIB,454,382,362,382,567,485,471,487,6,11,9=
,4,32
1063,Univ.Alaska-Fairbanks,AK,I,686,560,432,508,914,753,572,677,74,125,118,4=
0,404
1065,Univ.Alaska-Southeast,AK,IIA,533,494...