R學習隨筆記錄

2021-08-31 22:11:58 字數 336 閱讀 6249

對向量x進行分組處理;分組規則由引數index指定,index是個factor型別,長度與向量x一致,指定x成員的類別;fun為處理函式

lm(formula, data, subset, weights, na.action,

method = "qr", model = true, x = false, y = false, qr = true,

singular.ok = true, contrasts = null, offset, ...)

對資料集data進行線性擬合,formula指定擬合公式形式,如y~x1+x2,其中y,x1,x2是資料集data中分量名字

Android 隨筆記錄

安卓環境變數配置 系統變數 變數名 android home 變數值 d android android sdk windows path中增加 android home platform tools android home tools 返回 override public boolean onk...

Task async await隨筆記錄

using system using system.collections.generic using system.linq using system.text using system.threading using system.threading.tasks namespace taskco...

openssh 隨筆記錄

openssh for windows 1.安裝openssh for windows 2.建立配置檔案c 使用者 使用者名稱.ssh config 3.配置檔案中寫如下內容防止ssh客戶端掉線 其中數字99表示99秒,數字3表示3次 serveraliveinterval 99 serverali...