Displaying 5 results from an estimated 5 matches for "arranage".
2008 Jun 05
1
quite complicated case(the repeated data arranage~)
Hi everyone:
I have been struggling with this repeated data type for whole afternoon,I
sent two emails to server for help,many people kindly responded , hereby
thank you so much,but since I dont want to write to much in email,so I
divide the problem in parts,so far this seem did not work out very well,so
this is my whole problem~
first I have example of data here:
2008 Jun 04
2
linear model in the repeated data type~
...lt;-c(50,56,50,56,50,50,50,60,50)
table1<-data.frame(y,id,t)//longitudinal data
what I want to do is to use the linear model for each id ,then get the
estimate value,like:
fit1<-lm(y~t,data=table1,subset=(id==1))
but ,you can see the variable "id" is quite irregular,they are not arranaged
in order and many number missing,if I write a loop by using "for",it will
give me a lot "NA",
and for sure ,I dont want to type id=## for about 500 times,any one know how
to deal with it?
[[alternative HTML version deleted]]
2008 Jun 04
1
linear model with the repeated data type~
...)
table1<-data.frame(y,id,t)//longitudinal data
the above is only part of data.
what I want to do is to use the linear model for each id ,then get the
estimate value,like:
fit1<-lm(y~t,data=table1,subset=(id==1))
but ,you can see the variable "id" is quite irregular,they are not arranaged
in order and many number missing,if I write a loop by using "for",it will
give me a lot "NA",
and for sure ,I dont want to type id=## for about 500 times
so,how to get all the esimates for each id,and exclude the NA,then record
those estimate in one table?
great thanks ~~
[[...
2009 Mar 19
1
[Bridge] Is bridging possible if two devices connected peer to peer ?
...nal FEC controller & an MPC 8323RDb baord which has a Built in Network controller.
We need to connect the IMX27 based board to MPC board thro cross cable & MPC baord has wlan AP card .
Basically we want to communicate from IMX27 to wireless network. Hence we are planning to make follwoing arranage ment as given in the attached ppt & we use bridge as per this site
http://www.linuxfoundation.org/en/Net:Bridge
If we use external network controller we can acheive teh communication as desired by bridging ra0 ( wlan ) & eth0 on MPC baord . BUt if we use IMX27 internal FEC controller we...
How to plot 2 continous variables on double y-axis with 2 factors: ggplot2, gplot, lattice, sciplot?
2013 Feb 25
3
How to plot 2 continous variables on double y-axis with 2 factors: ggplot2, gplot, lattice, sciplot?
Hi,
I have a data set with two continous variables that I want to plot MEANS (I
am not intrerested in median values) on a double-y graph. I also have 2
factors. I want the factor combinations plotted in different panes.
Dummy dataset:
mydata <- data.frame(factor1 = factor(rep(LETTERS[1:3], each = 40)),
factor2 = factor(rep(c(1:4), each = 10)),
y1 =