search for: prcnt

Displaying 3 results from an estimated 3 matches for "prcnt".

Did you mean: mprcnt
2004 Jul 02
1
replace values but different replacement length
...int/help how it's possible replace i.e. the NA values from BL02DATE with non-Missing values from BLOCKED and vice versa. Both variables are with an id in a 188.249 rows data.frame and my fr function didn't count the NA's. Many thanks Christian >>fr(BL02DATE) Count Prcnt 1 140660 84.6 2 25589 15.4 Total 166249 100.0 >>fr(BLOCKED) Count Prcnt 1 151982 85.4 2 25976 14.6 Total 177958 100.0 >>match02$BL02DATE[is.na(match02$BL02DATE)] <- match02$BLOCKED Warning message: number of items to replace is not a multiple of re...
2002 Oct 04
3
R 1.6 Gui for Windows
I upgraded to R Gui 1.6 this morning and I can't seem to get it to accept my new startup directory. R 1.51 will accept "F:\_ben\bls\gen1\results\bls\analysis" as the start in directory for the R Gui shortcut, but R 1.6 will not. R 1.6 will accept "F:\_ben\bls\gen1\results\bls". It seems to have trouble when I add "\analysis." R still loads fine but I get the
2002 Mar 07
2
frequency
I'm quite new with R so sorry if I asked something very easy or complicated. I have a data frame with (for instance) 4 variables (4 columns) and 100 records. I would like to have a 'summary' table for each variable that shows me the following: variable 1 Freq. % % cumulative class 1 10 10% 10% class 2 20 20% 30% class 3