Câu hỏi được gắn thẻ «regression»

Kỹ thuật phân tích mối quan hệ giữa một (hoặc nhiều) biến "phụ thuộc" và biến "độc lập".



2
Đánh giá phân phối dự báo sau trong hồi quy tuyến tính Bayes
Tôi bối rối về cách đánh giá phân phối dự báo sau cho hồi quy tuyến tính Bayes, qua trường hợp cơ bản được mô tả ở đây trên trang 3 và được sao chép bên dưới. p(y~∣y)=∫p(y~∣β,σ2)p(β,σ2∣y)p(y~∣y)=∫p(y~∣β,σ2)p(β,σ2∣y) p(\tilde y \mid y) = \int p(\tilde y \mid \beta, \sigma^2) p(\beta, …



3
Làm thế nào để có được giá trị p của các hệ số từ hồi quy bootstrap?
Từ Quick-R của Robert Kabacoff, tôi có # Bootstrap 95% CI for regression coefficients library(boot) # function to obtain regression weights bs <- function(formula, data, indices) { d <- data[indices,] # allows boot to select sample fit <- lm(formula, data=d) return(coef(fit)) } # bootstrapping with 1000 replications results <- boot(data=mtcars, …


4
Mô hình lịch sử sự kiện rời rạc (Survival) trong R
Tôi đang cố gắng để phù hợp với một mô hình thời gian rời rạc trong R, nhưng tôi không chắc làm thế nào để làm điều đó. Tôi đã đọc rằng bạn có thể sắp xếp biến phụ thuộc theo các hàng khác nhau, mỗi hàng cho mỗi lần …
10 r  survival  pca  sas  matlab  neural-networks  r  logistic  spatial  spatial-interaction-model  r  time-series  econometrics  var  statistical-significance  t-test  cross-validation  sample-size  r  regression  optimization  least-squares  constrained-regression  nonparametric  ordinal-data  wilcoxon-signed-rank  references  neural-networks  jags  bugs  hierarchical-bayesian  gaussian-mixture  r  regression  svm  predictive-models  libsvm  scikit-learn  probability  self-study  stata  sample-size  spss  wilcoxon-mann-whitney  survey  ordinal-data  likert  group-differences  r  regression  anova  mathematical-statistics  normal-distribution  random-generation  truncation  repeated-measures  variance  variability  distributions  random-generation  uniform  regression  r  generalized-linear-model  goodness-of-fit  data-visualization  r  time-series  arima  autoregressive  confidence-interval  r  time-series  arima  autocorrelation  seasonality  hypothesis-testing  bayesian  frequentist  uninformative-prior  correlation  matlab  cross-correlation 


3
Phạm vi có thể của
Giả sử là ba chuỗi thời gian, , vàX1X1X_1X2X2X_2YYY Chạy hồi quy tuyến tính thông thường trên ~ ( ), chúng tôi nhận . Hồi quy tuyến tính thông thường ~ được . Giả sửYYYX1X1X_1Y=bX1+b0+ϵY= =bX1+b0+εY = b X_1 + b_0 + \epsilonR2=UR2= =BạnR^2 = UYYYX2X2X_2R2=VR2= =VR^2 = VU&lt;VBạn&lt;VU < …


1
R hồi quy tuyến tính biến phân loại Biến ẩn giá trị
Đây chỉ là một ví dụ mà tôi đã bắt gặp nhiều lần, vì vậy tôi không có bất kỳ dữ liệu mẫu nào. Chạy mô hình hồi quy tuyến tính trong R: a.lm = lm(Y ~ x1 + x2) x1là một biến liên tục. x2là phân loại và có …
10 r  regression  categorical-data  regression-coefficients  categorical-encoding  machine-learning  random-forest  anova  spss  r  self-study  bootstrap  monte-carlo  r  multiple-regression  partitioning  neural-networks  normalization  machine-learning  svm  kernel-trick  self-study  survival  cox-model  repeated-measures  survey  likert  correlation  variance  sampling  meta-analysis  anova  independence  sample  assumptions  bayesian  covariance  r  regression  time-series  mathematical-statistics  graphical-model  machine-learning  linear-model  kernel-trick  linear-algebra  self-study  moments  function  correlation  spss  probability  confidence-interval  sampling  mean  population  r  generalized-linear-model  prediction  offset  data-visualization  clustering  sas  cart  binning  sas  logistic  causality  regression  self-study  standard-error  r  distributions  r  regression  time-series  multiple-regression  python  chi-squared  independence  sample  clustering  data-mining  rapidminer  probability  stochastic-processes  clustering  binary-data  dimensionality-reduction  svd  correspondence-analysis  data-visualization  excel  c#  hypothesis-testing  econometrics  survey  rating  composite  regression  least-squares  mcmc  markov-process  kullback-leibler  convergence  predictive-models  r  regression  anova  confidence-interval  survival  cox-model  hazard  normal-distribution  autoregressive  mixed-model  r  mixed-model  sas  hypothesis-testing  mediation  interaction 

2
Rừng ngẫu nhiên trên dữ liệu được nhóm
Tôi đang sử dụng rừng ngẫu nhiên trên dữ liệu được nhóm theo chiều cao (50 biến đầu vào số) có cấu trúc chữ tượng hình. Dữ liệu được thu thập với 6 lần sao chép tại 30 vị trí của 70 đối tượng khác nhau dẫn đến 12600 điểm …


3
Hồi quy tuyến tính với các yếu tố trong R
Tôi đang cố gắng hiểu chính xác các yếu tố hoạt động như thế nào trong R. Giả sử tôi muốn chạy hồi quy bằng một số dữ liệu mẫu trong R: &gt; data(CO2) &gt; colnames(CO2) [1] "Plant" "Type" "Treatment" "conc" "uptake" &gt; levels(CO2$Type) [1] "Quebec" "Mississippi" &gt; levels(CO2$Treatment) [1] …

Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.