search for: onedf

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

2004 Aug 01
2
Strange Problem with "proj" and "aov" for split-plot analysis output
...4813 21 66.04813 23 66.04813 2 66.04813 4 66.04813 6 66.04813 8 66.04813 12 66.04813 16 66.04813 10 66.04813 14 66.04813 18 66.04813 20 66.04813 22 66.04813 24 66.04813 attr(,"df") attr(,"df")$df (Intercept) 1 attr(,"onedf") attr(,"onedf")$onedf [1] FALSE attr(,"factors") attr(,"factors")$"(Intercept)" [1] "(Intercept)" subject : brand Residuals 1 -1.15279697 -50.326456 3 -1.49365647 -53.795729 5 7.94608934 -2.679088 7 -9.57184562 9.110149...
2018 Apr 15
4
Adding a new conditional column to a list of dataframes
...dataframes with similar column headers and I wanted to add a new column to each dataframe based on a certain condition which is the same for all dataframes. When I extract one dataframe and apply my code it works very well as follows :- First suppose this is my first dataframe in the list > OneDF <- Mylist[[1]] > OneDF ID Pdate Tdate 1 2010-09-30 2011-05-10 2 2011-11-07 2009-09-31 3 2012-01-05 2008-06-23 To add a new column where "C" has to be written in that column only if the date in "Tdate&quo...
2018 Apr 15
0
Adding a new conditional column to a list of dataframes
...and I wanted to add a new column to each dataframe based on a certain condition which is the same for all dataframes. > > > When I extract one dataframe and apply my code it works very well as follows :- > > > First suppose this is my first dataframe in the list > >> OneDF <- Mylist[[1]] > >> OneDF > > > ID Pdate Tdate > > 1 2010-09-30 2011-05-10 > > 2 2011-11-07 2009-09-31 > > 3 2012-01-05 2008-06-23 > > > To add a new column where "C"...