search for: testfac

Displaying 2 results from an estimated 2 matches for "testfac".

Did you mean: testfax
2008 Sep 14
2
histogram
i calculated the density and wanna do something like this separate in 0-19-29-39-49-59-69-79-99 and put in these spaces 8 densities .. 0.something i have the frequency in % and divided already in 20 or 10 to get the density i tried and tried..made breaks vector to separate but couldn't put the other vector with the frequency density onit directly anyone know how to do it?? tks
2004 Mar 13
0
... Error in "names<-.default"(`*tmp*`, value = nmstrata)
...d questionaires" (Jonathan Baron, 2003).cs and speaker are within-subjects factors. rati is the dependent variable: ratings done by subjects. sub are the subject-codes (between-subjects factor). SpaeVP is sorted because in the preprocessing I needed to recoded data of each subject and did: >testfac <- as.factor(spaeVP)>levels(testfac) -> vpnso I could do "for ( i in vpn)".after that data (rati) was sorted so I sorted spaeVp too, before putting it into the dataframe. (I found no better solution (newbie)) Now follows the syntax I already sent last time. After that is more dat...