Displaying 3 results from an estimated 3 matches for "subs2".
Did you mean:
subs
2013 Apr 03
1
(no subject)
Hello,
I want to perform a latent class analysis using poLCA package. My formula
is:
substances <- cbind(subs1, subs2, subs3, subs4, subs5, subs6) ~
gender+age+education+income+occupation+urban+dbehavior+incarceration+treatment+depression+alcriteria
I want to include sample weights in the model, I have read that poLCA does
not take into account weights, but when I introduce them, it seems that the
model is runni...
2002 Apr 18
2
Changing tick mark labels
...ng numbers?
I have used:
termplot(fm, se=T, axes=FALSE, col.se="black")
axis(1, 1:4, LETTERS[1:4])
axis(2)
box()
to replace the numbers with letters - but I want to be able to have the
names of the plotted varibles from say Data$Expt1, so that instead of A,
B, C - I have Control, Subs1, Subs2 etc
Can anyone tell me how I can do this?
Thankyou for your time and assistance, I appreciate it highly.
Mark Harris
--
Mark Harris
School of Life Sciences
University of Queensland, Brisbane Australia
Ph: (07) 3365 7237
International: 0061 7 3365 7237
Mobile: 0407203678
-.-.-.-.-.-.-.-.-.-....
2009 Nov 21
3
"subset" or "condition" as argument to a function
Dear Rxperts!
I was wondering if it is possible to write a function which can take in
argument of a subset or condition.. Of course, I am aware of the alternate
methods like coplot, par.plot, xyplot etc... I am specifically interested in
using conditions/subsets with "plot"..
A simple fragmented example is shown here..
pltit <- function(y,x,dat,dat1,dat2,sbst) {
plot(y~x, data=dat,