由买买提看人间百态

topics

全部话题 - 话题: cartype
(共0页)
R******d
发帖数: 1436
1
来自主题: Statistics版 - proc mixed multivariate regression的参数
请看网上的列子:
http://courses.ttu.edu/isqs5349-westfall/images/5349/Multivaria
proc mixed method=reml; /* Performs Multivariate Regression Analysis */
/* Identical to separate OLS models */
/* Method=REML is "restricted" ML, adjusted for df
*/
class cartype month;
model sales = cartype cartype*ppggas cartype*intinv/noint s ddfm=satterth;
repeated /subject=month type=un r=1 rcorr=1;
run;
如果写成:
class cartype;
repeated cartype/subject=month typ... 阅读全帖
f***e
发帖数: 17
2
来自主题: Database版 - Help: 如何用 sum 和 count? (sql)
我define 了table department,里面有nested table cars,现在怎么count 一共
有多少cars for all departments.
create or replace type CARTYPE as object
(
VIN NUMBER(17),
YEAR NUMBER(4),
MODEL VARCHAR2(60)
);
/
create or replace type CARTABLETYPE as table of CARTYPE;
/
create table Dept(
deptID integer constraint dept_pk primary key,
dname char(20) not null,
cars CartableType
)
nested table cars store as Cartable;
然后我用:
select sum(count(c.*)) from dept D,table(d.cars) c;
i****a
发帖数: 36252
3
来自主题: Automobile版 - 求推荐新车!
http://www.edmunds.com/finder/type.sedan.html;f=%2Busein:new?
cat=Sedan&reFacet=cartype:Sedan&p=cvehicledata%23%23-1%23%23-
1~~f66||436172~~f78||536564616e~~nf13||2431352c303030202d202432352c303030
c********d
发帖数: 11593
w**********9
发帖数: 1058
(共0页)